1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

📝 added Wandbox link #1227

This commit is contained in:
Niels Lohmann
2018-09-29 14:33:21 +02:00
parent d26f39466e
commit 70e587c3da

View File

@ -0,0 +1,11 @@
1
42 42
17.23 17
Hello, world!
1 2 3 4 5
string: "Hello, world!"
number: {"floating-point":17.23,"integer":42}
null: null
boolean: true
array: [1,2,3,4,5]