TinyJson Namespace |
| Class | Description | |
|---|---|---|
| JSONParser |
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.
| |
| JSONWriter | Really simple JSON writer which outputs JSON structures from an object. |