3#include "JsonHandler.h"
23 bool* _pBool =
nullptr;
IJsonHandler for reading bool values.
void reset(IJsonHandler *pParent, bool *pBool)
Resets the parent IJsonHandler of this handler, and the pointer to its destination bool value.
virtual IJsonHandler * readBool(bool b) override
Called when the JSON parser encounters a boolean value.
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...
Classes for reading JSON.