#include <reader.hpp>
Public Member Functions | |
| JSONItem ()=delete | |
| JSONItem (anch::json::EventType type, anch::json::ReaderContext &context) | |
| virtual | ~JSONItem () noexcept |
| anch::json::EventType | getType () const |
| const std::any & | getValue () const |
JSON event
|
delete |
Forbids JSONEvent default constructor
| anch::json::JSONItem::JSONItem | ( | anch::json::EventType | type, |
| anch::json::ReaderContext & | context ) |
JSONEvent constructor
| type | the event type |
| context | the context for reading found value when needed |
|
virtualnoexcept |
JSONEvent destructor
Event type getter
| const std::any & anch::json::JSONItem::getValue | ( | ) | const |
Value getter