JSON
-
class JSON
Public Types
Public Functions
-
JSON()
-
JSON(const int n)
-
JSON(const double x)
-
JSON(const bool b)
-
JSON(const std::string &s)
-
~JSON()
-
inline int getInt() const
-
inline int &getInt()
-
inline double getFloat() const
-
inline double &getFloat()
-
inline bool getBool() const
-
inline bool &getBool()
-
inline const std::string &getString() const
-
inline std::string &getString()
Public Static Functions
-
JSON()