Skip to content

Commit

Permalink
Merge pull request #1382 from kjpus/patch-1
Browse files Browse the repository at this point in the history
Link to issue #958 broken
  • Loading branch information
nlohmann authored Dec 4, 2018
2 parents d53873a + 767a3a3 commit e73dfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ j_original.merge_patch(j_patch);
Supported types can be implicitly converted to JSON values.

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
// strings
Expand Down

0 comments on commit e73dfef

Please sign in to comment.