json/doc/mkdocs/docs/api/json_pointer/operator_string.md

25 lines
332 B
Markdown
Raw Normal View History

2021-11-05 23:43:46 +03:00
# json_pointer::operator std::string
```cpp
operator std::string() const
```
Return a string representation of the JSON pointer.
## Return value
A string representation of the JSON pointer
## Possible implementation
```cpp
operator std::string() const
{
return to_string();
}
```
## Version history
Since version 2.0.0.