3#include "JsonHandler.h"
29 std::
string* _pString =
nullptr;
Base interface for all JSON handlers. Types that need to be deserialized from JSON should implement I...
A dummy implementation of IJsonHandler that will report a warning and return its parent when any of i...
IJsonHandler for reading string values.
void reset(IJsonHandler *pParent, std::string *pString)
Resets the parent IJsonHandler of this handler, and the pointer to its destination string value.
std::string * getObject() noexcept
Obtains the pointer to the current destination string value of this handler.
Classes for reading JSON.