[#nlohmann-operator_json_pointer-07] = xref:nlohmann.adoc[nlohmann]::operator""_json_pointer :relfileprefix: ../ :mrdocs: user‐defined string literal for JSON pointer == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:nlohmann/basic_json-0c.adoc[nlohmann::json::json_pointer] operator""_json_pointer( char8_t const* s, std::size_t n); ---- == Return Value json_pointer value parsed from _s_ == Parameters [cols="1,4"] |=== | Name| Description | *s* | a string representation of a JSON Pointer | *n* | length of string _s_ |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#