Adobe Source Libraries  1.43
Classes | Namespaces | Enumerations
json.hpp File Reference

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

 adobe
 

Enumerations

enum  json_type {
  object, array, string, number,
  boolean, null
}