|  | COSMOS core
    1.0.2 (beta)
    Comprehensive Open-architecture Solution for Mission Operations Systems | 
| Public Member Functions | |
| Statics () | |
| Public Attributes | |
| const std::shared_ptr< JsonValue > | null = make_shared<JsonNull>() | 
| const std::shared_ptr< JsonValue > | t = make_shared<JsonBoolean>(true) | 
| const std::shared_ptr< JsonValue > | f = make_shared<JsonBoolean>(false) | 
| const string | empty_string | 
| const vector< Json > | empty_vector | 
| const map< string, Json > | empty_map | 
| const std::shared_ptr<JsonValue> json11::Statics::t = make_shared<JsonBoolean>(true) | 
| const std::shared_ptr<JsonValue> json11::Statics::f = make_shared<JsonBoolean>(false) | 
| const string json11::Statics::empty_string |