55 bool acceptSingleValue =
true,
56 bool accceptJsStyleKeys =
true);
72 std::unique_ptr<SimpleLexer> lexer;
73 bool acceptSingleValue;
74 bool accceptJsStyleKeys;
std::string getlongerrposstr()
std::string geterrposstr()
StructuralJsonParser(const std::string &src, bool acceptSingleValue=true, bool accceptJsStyleKeys=true)
void geterrpos(int &line, int &col)
static bool DequoteString(std::string str, std::string &res)
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< JsonObject > JsonObjectPtr
std::shared_ptr< JsonData > JsonDataPtr
std::shared_ptr< StructuralJsonParser > StructuralJsonParserPtr