10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::json::cjson Namespace Reference

Detailed Description

Implementation of JSON service interfaces using cJSON.

This is the default JSON implementation provided by this client.

Classes

class  CjsonArray
 cJSON-implementation of tenduke::json::JSONArray. More...
 
class  CjsonBoolean
 cJSON-implementation of tenduke::json::JSONBoolean. More...
 
class  CjsonElement
 cJSON-implementation of tenduke::json::JSONElement. More...
 
class  CjsonNumber
 cJSON-implementation of tenduke::json::JSONNumber. More...
 
class  CjsonObject
 cJSON-implementation of tenduke::json::JSONObject. More...
 
class  cJSONParser
 cJSON-implementation of tenduke::json::JSONParser. More...
 
class  CjsonString
 cJSON-implementation of tenduke::json::JSONString. More...
 

Variables

const std::string TRUE = "true"
 String value for boolean true.
 
const std::string FALSE = "false"
 String value for boolean false.