GCC Middle and Back End API Reference
json.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  json::value
 
class  json::object
 
class  json::array
 
class  json::float_number
 
class  json::integer_number
 
class  json::string
 
class  json::literal
 

Namespaces

namespace  json
 

Enumerations

enum  json::kind {
  json::JSON_OBJECT , json::JSON_ARRAY , json::JSON_INTEGER , json::JSON_FLOAT ,
  json::JSON_STRING , json::JSON_TRUE , json::JSON_FALSE , json::JSON_NULL
}