json/doc/mkdocs/docs/api/json_pointer/operator_string.md
Niels Lohmann e97c93f451
🔧 add namespaces
2021-11-07 13:13:37 +01:00

357 B

nlohmann::json_pointer::operator std::string

operator std::string() const

Return a string representation of the JSON pointer.

Return value

A string representation of the JSON pointer

Possible implementation

operator std::string() const
{
    return to_string();
}

Version history

Since version 2.0.0.