a json object value
More...
#include <json.hpp>
a json object value
Definition at line 26 of file json.hpp.
◆ begin()
start iterating iterate over the members of the object
- Warning
- the order of iteration is not guaranteed
- Returns
- the start of the iteration
Definition at line 17 of file json.cpp.
◆ end()
end iterating
- Returns
- the end of the iteration
Definition at line 18 of file json.cpp.
◆ get()
Json Object::get |
( |
const char * |
key | ) |
const |
get a value access a value from the object by key
- Note
- if the key does not exist an invalid json value is returned
- Parameters
-
- Returns
- the value at
key
Definition at line 14 of file json.cpp.
◆ iter()
◆ operator[]()
Json Object::operator[] |
( |
const char * |
key | ) |
const |
get a value same as get
- Parameters
-
- Returns
- the value at
key
Definition at line 15 of file json.cpp.
◆ Json
The documentation for this class was generated from the following files: