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