mirror of
https://github.com/nlohmann/json.git
synced 2025-07-31 10:24:23 +03:00
📝 fixed documentation
There was an issue in the documentation example before. Unfortunately, I did not recreate the example outputs.
This commit is contained in:
@ -1 +1 @@
|
||||
<a target="_blank" href="https://wandbox.org/permlink/fYRwW2ctRMeM0Lof"><b>online</b></a>
|
||||
<a target="_blank" href="https://wandbox.org/permlink/NO1FFrAierprHk0j"><b>online</b></a>
|
@ -1,4 +1,4 @@
|
||||
[1,2,3] == [1,2,4] true
|
||||
{"A":"a","B":"b"} == {"A":"a","B":"b"} false
|
||||
17 == 17.0 false
|
||||
"foo" == "bar" true
|
||||
[1,2,3] != [1,2,4] true
|
||||
{"A":"a","B":"b"} != {"A":"a","B":"b"} false
|
||||
17 != 17.0 false
|
||||
"foo" != "bar" true
|
||||
|
Reference in New Issue
Block a user