JSON objects.
More...
#include <json.hpp>
◆ Object()
◆ ~Object()
json::Object::~Object |
( |
| ) |
|
◆ fieldAsArray()
const Array * json::Object::fieldAsArray |
( |
std::string |
key | ) |
const |
|
inline |
return an array-valued field
- Returns
- nullptr if the field is not present or is not an array
◆ fieldAsBool()
const Bool * json::Object::fieldAsBool |
( |
std::string |
key | ) |
const |
|
inline |
return an bool-valued field
- Returns
- nullptr if the field is not present or is not a bool
◆ fieldAsInteger()
const Integer * json::Object::fieldAsInteger |
( |
std::string |
key | ) |
const |
|
inline |
return an integer-valued field
- Returns
- nullptr if the field is not present or is not an integer
◆ fieldAsNumber()
const Number * json::Object::fieldAsNumber |
( |
std::string |
key | ) |
const |
|
inline |
return a number-valued field
- Returns
- nullptr if the field is not present or is not a number
◆ fieldAsObject()
const Object * json::Object::fieldAsObject |
( |
std::string |
key | ) |
const |
|
inline |
return an object-valued field
- Returns
- nullptr if the field is not present or is not an object
◆ fieldAsReal()
const Real * json::Object::fieldAsReal |
( |
std::string |
key | ) |
const |
|
inline |
return an real-valued field
- Returns
- nullptr if the field is not present or is not a real
◆ fieldAsString()
const String * json::Object::fieldAsString |
( |
std::string |
key | ) |
const |
|
inline |
return an string-valued field
- Returns
- nullptr if the field is not present or is not a string
◆ insert()
void json::Object::insert |
( |
std::string |
key, |
|
|
Value * |
val |
|
) |
| |
insert a key-value pair into the object
◆ operator[]()
Value * json::Object::operator[] |
( |
std::string |
key | ) |
const |
return the value corresponding to the given key.
- Returns
- nil if the key is not defined in the object
◆ size()
int json::Object::size |
( |
| ) |
const |
|
inline |
return the number of fields in the object
◆ toString()
std::string json::Object::toString |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file:
- /Users/jhr/Classes/23700/f2023/solutions/cs237-library/include/json.hpp