mirror of
https://github.com/nlohmann/json.git
synced 2026-08-21 16:43:17 +00:00
#5386 reformatted this example on develop and extended the CI format check to cover docs/mkdocs/docs/examples, which this branch predates. astyle rewrites "json & /*parsed*/" to "json& /*parsed*/" per --align-reference=type; the result is byte-identical to develop's copy. Signed-off-by: Niels Lohmann <mail@nlohmann.me>