mirror of
https://github.com/nlohmann/json.git
synced 2025-08-07 18:02:57 +03:00
Deployed fe4b663
with MkDocs version: 1.4.2
This commit is contained in:
18
examples/unflatten.output
Normal file
18
examples/unflatten.output
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"answer": {
|
||||
"everything": 42
|
||||
},
|
||||
"happy": true,
|
||||
"list": [
|
||||
1,
|
||||
0,
|
||||
2
|
||||
],
|
||||
"name": "Niels",
|
||||
"nothing": null,
|
||||
"object": {
|
||||
"currency": "USD",
|
||||
"value": 42.99
|
||||
},
|
||||
"pi": 3.141
|
||||
}
|
Reference in New Issue
Block a user