json/docs/examples/unflatten.output

19 lines
255 B
Plaintext
Raw Normal View History

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