JsonParserGeneratorRK
Data Structures
Here are the data structures with brief descriptions:
[detail level 12]
 NJsonParserGeneratorRK
 Cjsmn_parserJSON parser
 Cjsmntok_tJSON token description
 CJsonBufferBase class for managing a static or dynamic buffer, used by both JsonParser and JsonWriter
 CJsonModifierClass for modifying a JSON object in place, without needing to make a copy of it
 CJsonParserAPI to the JsonParser
 CJsonParserStaticCreates a JsonParser with a static buffer
 CJsonParserStringClass used internally for writing to strings
 CJsonReferenceThis class provides a fluent-style API for easily traversing a tree of JSON objects to find a value
 CJsonWriterClass for building a JSON string
 CJsonWriterAutoArrayClass for creating a JSON array with JsonWriter
 CJsonWriterAutoObjectClass for creating a JSON object with JsonWriter
 CJsonWriterContextUsed internally by JsonWriter
 CJsonWriterStaticCreates a JsonWriter with a statically allocated buffer
 CPrintClass for printing to a stream or file
 CPrintableWay for new classes to allow themselves to be printed
 CStringWiring String: A class to hold and manipulate a dynamically allocated string
 CStringSumHelperClass used when appending mutiple String and other values using +