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)

Deserializes an object of the specified type.

Public Static

Private/Protected Members

builder
Private
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
fullTextDebug
Private
numberFormat
Private Static Readonly
reader
Private
SkipFieldData ()
Private
TryEat (c)
Private