[#nlohmann-json_pointer-0a] = xref:nlohmann.adoc[nlohmann]::json_pointer :relfileprefix: ../ :mrdocs: JSON Pointer defines a string syntax for identifying a specific value within a JSON document == Synopsis Declared in `<nlohmann/json_fwd.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename RefStringType> class json_pointer; ---- == Friends [cols=2] |=== | Name | Description | `nlohmann::operator/` | create a new JSON pointer by appending the array‐index‐token at the end of the JSON pointer | `nlohmann::operator/` | create a new JSON pointer by appending the unescaped token at the end of the JSON pointer | `nlohmann::operator/` | create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer | `nlohmann::operator<<` | write string representation of the JSON pointer to stream | `nlohmann::json_pointer` | JSON Pointer defines a string syntax for identifying a specific value within a JSON document | `xref:nlohmann/basic_json-00.adoc[nlohmann::basic_json]` | a class to store JSON values |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#