#include <JsonObject.hpp>
| Json::JsonObject::JsonObject |
( |
const boost::filesystem::path & |
jsonFile | ) |
|
|
explicit |
| Json::JsonObject::JsonObject |
( |
const std::string & |
inline_json | ) |
|
|
explicit |
| Json::JsonObject::JsonObject |
( |
const char * |
inline_json | ) |
|
|
explicit |
| Json::JsonObject::JsonObject |
( |
cJSON * |
root | ) |
|
|
explicit |
| Json::JsonObject::~JsonObject |
( |
| ) |
|
| double Json::JsonObject::as_double |
( |
| ) |
const |
| int Json::JsonObject::as_int |
( |
| ) |
const |
| std::string Json::JsonObject::as_string |
( |
| ) |
const |
| JsonObject Json::JsonObject::get_array_item |
( |
size_t |
index | ) |
const |
| double Json::JsonObject::get_double |
( |
const std::string & |
key | ) |
const |
| int Json::JsonObject::get_int |
( |
const std::string & |
key | ) |
const |
| JsonObject Json::JsonObject::get_item |
( |
const std::string & |
key | ) |
const |
| std::string Json::JsonObject::get_string |
( |
const std::string & |
key | ) |
const |
| bool Json::JsonObject::has_item |
( |
const std::string & |
key | ) |
const |
| bool Json::JsonObject::is_array |
( |
| ) |
const |
| bool Json::JsonObject::is_number |
( |
| ) |
const |
| bool Json::JsonObject::is_object |
( |
| ) |
const |
| bool Json::JsonObject::is_string |
( |
| ) |
const |
| size_t Json::JsonObject::size |
( |
| ) |
const |
| std::string Json::JsonObject::to_string |
( |
| ) |
const |
The documentation for this class was generated from the following file: