json/docs/mkdocs/docs/api/position_t/index.md

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

Member variables

Version history

  • Moved from namespace nlohmann::detail to nlohmann in version ???.???.???.