mirror of
https://github.com/nlohmann/json.git
synced 2026-07-30 06:14:54 +00:00
The four zero-member ONLY_SERIALIZE test objects are only ever read (via to_json), never mutated, so mark them const per clang-tidy. Signed-off-by: Niels Lohmann <mail@nlohmann.me>