InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
JSON Member List

This is the complete list of members for JSON, including all inherited members.
addValue(std::string key, std::string val) (defined in JSON)JSON
AddValue(std::string key, bool val) (defined in JSON)JSON
AddValue(std::string key, float val) (defined in JSON)JSON
AddValue(std::string key, double val) (defined in JSON)JSON
AddValue(std::string key, int val) (defined in JSON)JSON
AddValue(std::string key, Tree val) (defined in JSON)JSON
AddValue(std::string key, JSONArray val) (defined in JSON)JSON
checkKey(std::string key) (defined in JSON)JSON
GetBoolean(const std::string &key) (defined in JSON)JSON
GetDouble(const std::string &key) (defined in JSON)JSON
GetFloat(const std::string &key) (defined in JSON)JSON
GetJSONAt(std::string key, JSON &output) (defined in JSON)JSON
GetListAt(std::string key, JSONArray &outputArray) (defined in JSON)JSON
GetNumber(std::string key) (defined in JSON)JSON
GetString(std::string key) (defined in JSON)JSON
GetString() (defined in JSON)JSON
GetTree() (defined in JSON)JSONinline
GetType(std::string key) (defined in JSON)JSON
isBool(std::string key) (defined in JSON)JSON
IsEmpty() (defined in JSON)JSON
IsKeyPresent(std::string key) (defined in JSON)JSON
isList(std::string key) (defined in JSON)JSON
isMap(std::string key) (defined in JSON)JSON
isNumber(std::string key) (defined in JSON)JSON
isString(std::string key) (defined in JSON)JSON
JSON() (defined in JSON)JSONinline
JSON(Tree inputValue) (defined in JSON)JSONinline
PushValue(std::string key, Tree val) (defined in JSON)JSON
PutValue(std::string key, Tree val) (defined in JSON)JSON
read_json(std::stringstream &sstream) (defined in JSON)JSON
Type enum name (defined in JSON)JSON
type_Bool enum value (defined in JSON)JSON
type_List enum value (defined in JSON)JSON
type_Map enum value (defined in JSON)JSON
type_Null enum value (defined in JSON)JSON
type_Number enum value (defined in JSON)JSON
type_String enum value (defined in JSON)JSON
write_json(std::stringstream &stream, bool ispretty=false) (defined in JSON)JSON
write_json(std::string &str, bool ispretty=false) (defined in JSON)JSON