3 #include "IJsonHandler.h"
4 #include "IgnoreValueJsonHandler.h"
21 virtual IJsonHandler* readString(
const std::string_view& str)
override;
23 virtual IJsonHandler* readObjectKey(
const std::string_view& str)
override;
28 virtual void reportWarning(
29 const std::string& warning,
30 std::vector<std::string>&& context = std::vector<std::string>())
override;
IJsonHandler * ignoreAndContinue()
Ignore a single value and the continue processing more tokens with this handler.
IJsonHandler * ignoreAndReturnToParent()
Ignore a single value and then return to the parent handler.
Classes for reading JSON.