|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Classes | |
| class | json_parser< T > |
| A utility class that parses raw JSON data and uses a helper class to construct the desired representations of what is parsed. More... | |
| class | json_generator< T, O > |
| A utility class that uses a helper class to access a provided data structure and output well-formed JSON. More... | |
Namespaces | |
| namespace | adobe |
Enumerations | |
| enum class | json_type { object , array , string , number , boolean , null } |