You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-7Lines changed: 39 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,10 @@
6
6
</a>
7
7
</p>
8
8
9
-
Package for creating packages!
9
+
A C# json reader/writer which is Unity3D compatible based on http://wiki.unity3d.com/index.php/SimpleJSON
10
+
The official Github repo for this script can be found at https://github.com/Bunny83/SimpleJSON/blob/master/SimpleJSON.cs
11
+
Original improvements from https://github.com/HenrikPoulsen/SimpleJSON
12
+
This repository is a fork that has been updated for direct import with the Unity PackageManager.
10
13
11
14
## Quick Package Install
12
15
@@ -32,12 +35,41 @@ Find the manifest.json file in the Packages folder of your project and edit it t
32
35
Changes between 'DOC START' and 'DOC END' will not be modified by readme update scripts
33
36
-->
34
37
35
-
# SimpleJSON
36
-
A C# json reader/writer which is Unity3D compatible based on http://wiki.unity3d.com/index.php/SimpleJSON
37
-
38
-
The official Github repo for this script can be found at https://github.com/Bunny83/SimpleJSON/blob/master/SimpleJSON.cs
39
-
40
-
This repository includes improvements that are mostly a bunch of unit tests (compatible with Unity test runner) which verify that things work like it should, and some performance improvements. The unit tests helped discover some stuff where this implemention did not follow the json standard and they were fixed.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "com.gameframe.simplejson",
3
3
"version": "1.0.0",
4
4
"displayName": "SimpleJSON",
5
-
"description": "Package for creating packages!",
5
+
"description": "A C# json reader/writer which is Unity3D compatible based on http://wiki.unity3d.com/index.php/SimpleJSON\r\nThe official Github repo for this script can be found at https://github.com/Bunny83/SimpleJSON/blob/master/SimpleJSON.cs\r\nOriginal improvements from https://github.com/HenrikPoulsen/SimpleJSON\r\nThis repository is a fork that has been updated for direct import with the Unity PackageManager.",
0 commit comments