2022-04-05 07:39:54 +03:00
|
|
|
# <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
|
|
|
|
|
|
2022-04-08 12:51:25 +03:00
|
|
|
- Added in version 3.11.0.
|