json/doc/mkdocs/docs/api/json_pointer/operator_string.md
Florian Albrechtskirchinger fdb15f956f Update version numbers
2022-04-08 11:57:19 +02:00

398 B

nlohmann::json_pointer::operator string_t

operator string_t() const

Return a string representation of the JSON pointer.

Return value

A string representation of the JSON pointer

Possible implementation

operator string_t() const
{
    return to_string();
}

Version history

  • Since version 2.0.0.
  • Changed type to string_t in version 3.11.0.