json/docs/examples/unflatten.output

19 lines
255 B
Plaintext
Raw Normal View History

2016-04-17 23:39:35 +08:00
{
"answer": {
"everything": 42
},
"happy": true,
"list": [
1,
0,
2
],
"name": "Niels",
"nothing": null,
"object": {
"currency": "USD",
2016-04-30 16:39:03 +08:00
"value": 42.99
2016-04-17 23:39:35 +08:00
},
"pi": 3.141
}