PhoenixFileParser  1.5.1
Set of tools to ease file parsing
Loading...
Searching...
No Matches
PJsonParserData Struct Reference

Data used to parse a toml file. More...

+ Collaboration diagram for PJsonParserData:

Public Attributes

bool isRun {true}
 True to continue the parsing, false to stop.
 
PFileParser parser
 File parser to be used.
 

Detailed Description

Data used to parse a toml file.

Definition at line 11 of file parser_json.cpp.

Member Data Documentation

◆ isRun

bool PJsonParserData::isRun {true}

True to continue the parsing, false to stop.

Definition at line 15 of file parser_json.cpp.

15{true};

Referenced by parser_json_fileParser(), parser_json_key(), parser_json_list(), parser_json_map(), and parser_jsonErrorAt().

◆ parser


The documentation for this struct was generated from the following file: