mirror of
https://github.com/nlohmann/json.git
synced 2026-02-20 02:16:24 +00:00
In the docs, the `ignore_comments` parameter to `nlohmann::json::parse()` is described as `skip_comments`, which does not match the actual implementation. While the demo code compiles and works, the parameter name is wrong.