JsonParserGeneratorRK
|
▼NJsonParserGeneratorRK | |
Cjsmn_parser | JSON parser |
Cjsmntok_t | JSON token description |
CJsonBuffer | Base class for managing a static or dynamic buffer, used by both JsonParser and JsonWriter |
CJsonModifier | Class for modifying a JSON object in place, without needing to make a copy of it |
CJsonParser | API to the JsonParser |
CJsonParserStatic | Creates a JsonParser with a static 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 |
CJsonWriter | Class for building a JSON string |
CJsonWriterAutoArray | Class for creating a JSON array with JsonWriter |
CJsonWriterAutoObject | Class for creating a JSON object with JsonWriter |
CJsonWriterContext | Used internally by JsonWriter |
CJsonWriterStatic | Creates a JsonWriter with a statically allocated buffer |
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 + |