mirror of
https://github.com/nlohmann/json.git
synced 2026-05-27 16:45:24 +00:00
📝 fixed examples for Wandbox
As I learned in https://github.com/melpon/wandbox/issues/209, this library is already installed at Wandbox, so we need to adjust the examples to use `#include "json.hpp"` insteas of `#include <json.hpp>`.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[1,2,3] == [1,2,4] false
|
||||
{"A":"a","B":"b"} == {"A":"a","B":"b"} true
|
||||
17 == 17 true
|
||||
17 == 17.0 true
|
||||
"foo" == "bar" false
|
||||
|
||||
Reference in New Issue
Block a user