mirror of
https://github.com/nlohmann/json.git
synced 2026-07-31 08:03:03 +04:00
Reorganize directories (#3462)
* 🚚 move files * 🚚 rename doc folder to docs * 🚚 rename test folder to tests
This commit is contained in:
@@ -0,0 +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
|
||||
Reference in New Issue
Block a user