![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <json_holder.h>
Public Member Functions | |
| JsonHolder (Json::Value &&val) | |
| JsonHolder (const Json::Value &val) | |
| JsonHolder (const std::string &str) | |
| JsonHolder & | operator= (Json::Value &&val) |
| JsonHolder & | operator= (const Json::Value &val) |
| JsonHolder & | operator= (const std::string &val) |
| void | clear () |
| const std::string & | toString () const |
| const Json::Value & | toJson () const |
| void | serialize (ML::DB::Store_Writer &store) const |
| void | reconstitute (ML::DB::Store_Reader &store) |
| bool | isNonNull () const |
Static Public Attributes | |
| static const std::string | nullStr |
Read-only access to JSON data. Much more efficient than using a Json::Value.
Definition at line 28 of file json_holder.h.
1.7.6.1