JSON object.
More...
#include <millijson.hpp>
|
| | Object (std::unordered_map< std::string, std::shared_ptr< Base > > x) |
| |
| Type | type () const |
| |
| const std::unordered_map< std::string, std::shared_ptr< Base > > & | value () const |
| |
| std::unordered_map< std::string, std::shared_ptr< Base > > & | value () |
| |
◆ Object()
| millijson::Object::Object |
( |
std::unordered_map< std::string, std::shared_ptr< Base > > | x | ) |
|
|
inline |
- Parameters
-
| x | Key-value pairs of the object. |
◆ type()
| Type millijson::Object::type |
( |
| ) |
const |
|
inlinevirtual |
◆ value() [1/2]
| std::unordered_map< std::string, std::shared_ptr< Base > > & millijson::Object::value |
( |
| ) |
|
|
inline |
- Returns
- Key-value pairs of the object.
◆ value() [2/2]
| const std::unordered_map< std::string, std::shared_ptr< Base > > & millijson::Object::value |
( |
| ) |
const |
|
inline |
- Returns
- Key-value pairs of the object.
The documentation for this class was generated from the following file: