Skip to content

Commit 0991c3e

Browse files
committed
Merge branch 'development' of https://github.com/mukeshydv/jsonmaster.github.io into development
2 parents d659e5c + a9ef662 commit 0991c3e

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
# jsonmaster.github.io
1+
# JSON Master
22

33
Visit: https://jsonmaster.github.io
4+
5+
### Supported Languages and Frameworks:
6+
7+
1. **Swift**
8+
- [Codable](https://developer.apple.com/documentation/foundation/archives_and_serialization/using_json_with_custom_types)
9+
- [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)
10+
2. **Java**
11+
- [Gson](https://github.com/google/gson)
12+
- [Android/JSONObject](https://developer.android.com/reference/org/json/JSONObject)
13+
3. **C#**
14+
- [Newtonsoft](https://www.newtonsoft.com/json/help/html/SerializingJSON.htm)
15+
- C# Class

google300f5c0e8d898df1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google300f5c0e8d898df1.html

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<meta http-equiv="content-type" content="text/html; charset=utf-8">
99
<meta name="description" content="Generate Plain Old Classes from JSON. JSON to Swift, JSON to Java, JSON to C#">
1010
<meta name="keywords" content="json, swift, swift4, jsonschema, pojo, java, javascript, jsonschema2dto, code generation, dto, swift to json, json to swift, codable, encoding, decoding, swift codable">
11-
11+
<meta name="msvalidate.01" content="31117BA4E600348C4374568ED60D8EE7" />
12+
1213
<!-- Latest compiled and minified CSS -->
1314
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
1415

0 commit comments

Comments
 (0)