enum Poco::JSON::Parser::Modes
Modes that can be pushed on the _pStack.
#include <Parser.h> enum Modes { MODE_ARRAY = 1, MODE_DONE = 2, MODE_KEY = 3, MODE_OBJECT = 4, };
Modes that can be pushed on the _pStack.
#include <Parser.h> enum Modes { MODE_ARRAY = 1, MODE_DONE = 2, MODE_KEY = 3, MODE_OBJECT = 4, };