ULTIMATE JSON by Tahion Studios
For test perfomance on your concrete device with other
JSON (De)Serialisators( LitJSON, NewtonsoftJSON, MiniJSON)
you can download Android Benchmark APK:
Android_APK_Benchmark
WebSite:
WebSite
DESCRIPTION:
Best JSON Serializer/Deserializer on UNITY. Two times faster as the Newtonsoft(NETJson).
Based on FastJson.
Android, iOS, Windows, Mac OS, Linux
FEATURES:
- faster JSON Serializer/Deserializer on UNITY;
- based on FastJSON;
- JSON Framework for comfort working with JSON;
- 2 method for compress/decompress JSON: LZMA and QZIP
- Support UTF8 fields of JSON
- Full source code
- Multiplatform plugin: Android, iOS, Windows Phone, Windows, Mac OS, Linux
SupportedTypes (Deserilise with JsonObject and Generic T):
Simple Types:
- Int
- Long
- String
- Bool
- DateTime
- Enum
- Guid
Collection Types:
- List
- Dictionary
- StringDictionary
- NameValueCollection
- Array
- ByteArray
- Hashtable
Unity build-in types:
- Vector2
- Vector2Int
- Vector3
- Vector3Int
- Vector4
- Color
- Color32
- Rect
- RectInt
- Bounds
- BoundsInt
- Quaternion
- Ray
- Ray2D