JsonParserGeneratorRK
|
CJsonParserGeneratorRK::jsmn_parser | JSON parser |
CJsonParserGeneratorRK::jsmntok_t | JSON token description |
▼CJsonBuffer | Base class for managing a static or dynamic buffer, used by both JsonParser and JsonWriter |
▼CJsonParser | API to the JsonParser |
CJsonParserStatic< BUFFER_SIZE, MAX_TOKENS > | Creates a JsonParser with a static buffer |
▼CJsonWriter | Class for building a JSON string |
CJsonModifier | Class for modifying a JSON object in place, without needing to make a copy of it |
CJsonWriterStatic< BUFFER_SIZE > | Creates a JsonWriter with a statically allocated buffer |
CJsonParserString | Class used internally for writing to strings |
CJsonReference | This class provides a fluent-style API for easily traversing a tree of JSON objects to find a value |
CJsonWriterAutoArray | Class for creating a JSON array with JsonWriter |
CJsonWriterAutoObject | Class for creating a JSON object with JsonWriter |
CJsonWriterContext | Used internally by JsonWriter |
CPrint | Class for printing to a stream or file |
CPrintable | Way for new classes to allow themselves to be printed |
▼CString | Wiring String: A class to hold and manipulate a dynamically allocated string |
CStringSumHelper | Class used when appending mutiple String and other values using + |