Publisher | NPlugins |
---|---|
File size | 18.33kB |
Number of files | 5 |
Latest version | 1.0.1 |
Latest release date | 2017-01-11 10:50:32 |
First release date | 2015-09-28 08:18:24 |
Supported Unity versions | 2018.4.2 or higher |
NJson - Your JSON parsed without breaking a sweat
This very simple plugin allows you to convert model classes to JSON string, and JSON strings to model classes!
It's really simple to use, requiring only that the model class's properties are named exactly as they are in the JSON string, with even same upper and lower cases.
Supported Data Types:
Unsupported Data Types:
Documentation
This very simple plugin allows you to convert model classes to JSON string, and JSON strings to model classes!
It's really simple to use, requiring only that the model class's properties are named exactly as they are in the JSON string, with even same upper and lower cases.
Supported Data Types:
* DateTime
* Integer
* Float
* Double
* String
* Boolean
* IList
* Array
* Vector2
* Vector3
* Vector4
* Rect
* Quaternion
* Color
* Array
* Any custom class with the above data types.
Unsupported Data Types:
* Dictionaries
* Other UnityEngine classes
Documentation