mirror of
https://github.com/nlohmann/json.git
synced 2026-05-20 13:15:23 +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] true
|
||||
{"A":"a","B":"b"} == {"A":"a","B":"b"} false
|
||||
17 == 17 false
|
||||
17 == 17.0 false
|
||||
"foo" == "bar" true
|
||||
|
||||
Reference in New Issue
Block a user