[#nlohmann-operator_json-08] = xref:nlohmann.adoc[nlohmann]::operator""_json :relfileprefix: ../ :mrdocs: user‐defined string literal for JSON values == Synopses Declared in `<nlohmann/json.hpp>` user‐defined string literal for JSON values [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:nlohmann/json.adoc[nlohmann::json] xref:nlohmann/operator_json-02.adoc[operator""_json]( char const* s, std::size_t n); ---- [.small]#xref:nlohmann/operator_json-02.adoc[_» more..._]# user‐defined string literal for JSON values [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:nlohmann/json.adoc[nlohmann::json] xref:nlohmann/operator_json-0c.adoc[operator""_json]( char8_t const* s, std::size_t n); ---- [.small]#xref:nlohmann/operator_json-0c.adoc[_» more..._]# == Return Value JSON value parsed from _s_ == Parameters [cols="1,4"] |=== | Name| Description | *s* | a string representation of a JSON object | *n* | length of string _s_ |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#