1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-16 18:41:53 +03:00
Files
json/docs/examples/basic_json__list_init_t.output
2015-06-21 09:44:12 +02:00

6 lines
83 B
Plaintext

{}
{"one":1,"two":2}
[1,2,3,4]
{"one":[1],"two":[1,2]}
[[[1],"one"],[[1,2],"two"]]