|
millijson
Lightweight JSON parser for C++
|
| ▼Nmillijson | A lightweight header-only JSON parser |
| CArray | JSON array |
| CBase | Virtual base class for all JSON types |
| CBoolean | JSON boolean |
| CDefaultProvisioner | Default methods to provision representations of JSON types |
| CFileReadOptions | Options for parse_file() and validate_file() |
| CNothing | JSON null |
| CNumber | JSON number |
| CNumberAsString | JSON number as a string |
| CObject | JSON object |
| CParseOptions | Options for parse() |
| CString | JSON string |