913 B
913 B
nlohmann::position_t
struct position_t;
This type represents the parsers position when parsing a json string using.
This position can be retrieved when using a sax parser with the format nlohmann::json::input_format_t::json
and implementing next_token_start or next_token_end.
Member functions
- operator size_t - return the value of chars_read_total.
Member variables
- chars_read_total - The total number of characters read.
- lines_read - The number of lines read.
- chars_read_current_line - The number of characters read in the current line.
Version history
- Moved from namespace
nlohmann::detailtonlohmannin version ???.???.???.