mirror of
https://github.com/nlohmann/json.git
synced 2026-01-23 06:12:30 +00:00
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
{}
|
|
{"one":1,"two":2}
|
|
[1,2,3,4]
|
|
{"one":[1],"two":[1,2]}
|
|
[[[1],"one"],[[1,2],"two"]]
|