Click or drag to resize

TinyJson Namespace

 
Classes
  ClassDescription
Public classJSONParser
Really simple JSON parser which attempts to parse JSON files with minimal GC allocation Attempts are made to NOT throw an exception if the JSON is corrupted or invalid: returns null instead. Only public fields and property setters on classes/structs will be written to. Parsing of abstract classes or interfaces is NOT supported and will throw an exception.
Public classJSONWriter
Really simple JSON writer which outputs JSON structures from an object.