Class TinyJsonDeserializer
Public
A very tiny json deserializer.
It is not supposed to have lots of features, it is only intended to be able to deserialize graph settings well enough. Not much validation of the input is done.
Public Static Methods
Deserialize
(text, type, populate=null, contextRoot=null)
Deserializes an object of the specified type.
Public
Static
Private/Protected Members
Deserialize
(tp, populate=null)
Deserializes an object of type tp.
Private
DeserializeUnityObject
()
Private
DeserializeUnityObjectInner
()
Private
Eat
(s)
Private
EatField
()
Private
EatUntil
(c, inString)
Private
EatWhitespace
()
Private
SkipFieldData
()
Private
TryEat
(c)
Private
builder
Private
contextRoot
Private
fullTextDebug
Private
numberFormat
Private
Static
Readonly
reader
Private