mirror of
https://github.com/nlohmann/json.git
synced 2026-09-08 01:07:58 +00:00
- bugprone-macro-parentheses: wrap the JSON_THROW_USER macro argument in parentheses at the throw site. - modernize-raw-string-literal: switch two escaped JSON string literals to raw string literals. Signed-off-by: Niels Lohmann <mail@nlohmann.me>