Merge pull request #1382 from kjpus/patch-1

Link to issue #958 broken
This commit is contained in:
Niels Lohmann 2018-12-04 20:02:38 +01:00 committed by GitHub
commit e73dfef6e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -612,7 +612,7 @@ j_original.merge_patch(j_patch);
Supported types can be implicitly converted to JSON values. Supported types can be implicitly converted to JSON values.
It is recommended to **NOT USE** implicit conversions **FROM** a JSON value. It is recommended to **NOT USE** implicit conversions **FROM** a JSON value.
You can find more details about this recommendation [here](https://www.github.com/nlohmann/issues/958). You can find more details about this recommendation [here](https://www.github.com/nlohmann/json/issues/958).
```cpp ```cpp
// strings // strings