# nlohmann::json_pointer::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. ## Examples ??? example The example shows the type `string_t` and its relation to `basic_json::string_t`. ```cpp --8<-- "examples/json_pointer__string_t.cpp" ``` Output: ```json --8<-- "examples/json_pointer__string_t.output" ``` ## Version history - Added in version 3.11.0.