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