We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd5ea1 commit 0e0fa1aCopy full SHA for 0e0fa1a
README.md
@@ -1,3 +1,15 @@
1
-# jsonmaster.github.io
+# JSON Master
2
3
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
0 commit comments