| 25250 | */ |
| 25251 | JSON_HEDLEY_NON_NULL(1) |
| 25252 | inline nlohmann::json operator "" _json(const char* s, std::size_t n) |
| 25253 | { |
| 25254 | return nlohmann::json::parse(s, s + n); |
| 25255 | } |
| 25256 | |
| 25257 | /*! |
| 25258 | @brief user-defined string literal for JSON pointer |