Home » ULTIMATE JSON

ULTIMATE JSON

by [email protected]

Detail this asset from Unity Store: Original Link

This is a paid asset, but now you can download ULTIMATE JSON Free.

Ultimate JSON v2.4

This content is password-protected. Please verify with comment to show the download link. Thanks.

ULTIMATE JSON

For test performance you can download Android Benchmark APK(2.2Mb JSON File with 5256 records):
Android_APK_Benchmark

Contact WebSIte:
TachyonWebSite

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 for UNITY;
– simple for use – only import package(not need insert many libraries and files);
– based on FastJSON;
– JSON Indexer API Framework;
– JSON Class Serializer API Framework;
– Support fields names with ‘-‘. Example: property in JSON named as “en-gb”. Field name in class you can name as “Engb”. – Compress Tool for JSON: LZMA and QZIP (for networking);
– Supported UTF8 fields for JSON fields;
– Full source code included;
– Supported and tested on different platforms: Android, iOS, Windows Phone, Windows, Mac OS, Linux.

SupportedTypes:
I) Simple Types:
– Int
– Long
– String
– Bool
– DateTime
– Enum
– Guid
– Float
– Char
– Byte
– Decimal
– Double
– Short

II) Collection Types:
– List
– Dictionary
– StringDictionary
– NameValueCollection
– Array
– ByteArray
– Hashtable

III) Unity build-in types:
– Vector2
– Vector2Int
– Vector3
– Vector3Int
– Vector4
– Color
– Color32
– Rect
– RectInt
– Bounds
– BoundsInt
– Quaternion
– Ray
– Ray2D

Related Videos