13 lines
295 B
Markdown
13 lines
295 B
Markdown
|
|
# <small>nlohmann::json_pointer::</small>string_t
|
||
|
|
```cpp
|
||
|
|
using string_t = RefStringType;
|
||
|
|
```
|
||
|
|
|
||
|
|
The string type used for the reference tokens making up the JSON pointer.
|
||
|
|
|
||
|
|
See [`basic_json::string_t`](../basic_json/string_t.md) for more information.
|
||
|
|
|
||
|
|
## Version history
|
||
|
|
|
||
|
|
- Added in version 3.11.0.
|