user-defined string literal for JSON values
Declared in <nlohmann/json.hpp>
user-defined string literal for JSON values
nlohmann::json
operator""_json(
char const* s,
std::size_t n);
» more...
user-defined string literal for JSON values
nlohmann::json
operator""_json(
char8_t const* s,
std::size_t n);
» more...
JSON value parsed from s
| Name | Description |
|---|---|
| s | a string representation of a JSON object |
| n | length of string s |