Adobe Source Libraries  1.43
Classes | Namespaces | Functions
json_helper.hpp File Reference

Go to the source code of this file.

Classes

struct  asl_json_helper_t
 A utility class can be used with json_parser and json_generator to round trip JSON data through the common ASL data structures. More...
 

Namespaces

 adobe
 

Functions

adobe::any_regular_t json_parse (const char *data)
 A utility routine that takes in raw JSON data and produces a representation of that data using the common ASL data structures. More...
 
template<typename O >
json_generate (const adobe::any_regular_t &x, O out)
 A utility routine that takes in an any_regular_t and produces from it a well-formed representation of the structure in JSON. More...