json/doc/examples/unflatten.output

19 lines
255 B
Text
Raw Normal View History

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