[#nlohmann-operator_json_pointer-09] = xref:nlohmann.adoc[nlohmann]::operator""_json_pointer :relfileprefix: ../ :mrdocs: user‐defined string literal for JSON pointer == Synopses Declared in `<nlohmann/json.hpp>` user‐defined string literal for JSON pointer [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:nlohmann/basic_json-0c.adoc[nlohmann::json::json_pointer] xref:nlohmann/operator_json_pointer-08.adoc[operator""_json_pointer]( char const* s, std::size_t n); ---- [.small]#xref:nlohmann/operator_json_pointer-08.adoc[_» more..._]# user‐defined string literal for JSON pointer [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:nlohmann/basic_json-0c.adoc[nlohmann::json::json_pointer] xref:nlohmann/operator_json_pointer-07.adoc[operator""_json_pointer]( char8_t const* s, std::size_t n); ---- [.small]#xref:nlohmann/operator_json_pointer-07.adoc[_» more..._]# == 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]#