mirror of
https://github.com/nlohmann/json.git
synced 2025-05-11 21:53:56 +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.