• Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Current Version: 1.3: 2015-04-29T20:12:27Z
  • First Published: 2015-01-21T00:46:16Z
  • Size: 33312
  • Supported Unity Versions: 4.6.2
tools input-management

FastJSON

(6 Votes)
$34.93 $34.93

FastJSON is fast JSON serializer and deserializer.
FastJSON can interconvert an object of C# json text.

feature:
-pure C# code
-faster than existing json parser
-many available types (Dictionary<T,U>, List<T>, HashSet<T>, DateTime, multidimensional array, etc.)
-Hashtable unavailable
-supports PC, Mac, Android, iOS [1]
-supports Unity4, Unity5

[1] There is a possibility that a AOT error occurs by serialization of generic type where new() isn't written. It can be avoided by writing new() specifically.

available types:
-user defined class/struct
-C# primitive types
--int, long, sbyte, short
--uint, ulong, byte, ushort
--Decimal
--char
--bool
--float, double
--string ( available json escape characters )
--enum type
--- Serialize available to a string or int. Can be selected.
--- Deserialize available to both of string and int.
-array
--multidimensional array (any dimensions)
--jagged array (any dimensions)
-generic types
--user defined generic class/struct
--Dictionary<T,U>
--SortedDictionary<T,U>
--List<T>
--HashSet<T>
-unity types
--Vector2
--Vector3
--Vector4
--Quaternion
--Hash128
--Rect
--Color
--Color32
-.NET types
--DateTime


Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!