1
0
Fork 0
kifflom/test.json

14 lines
249 B
JSON
Raw Normal View History

2015-02-12 11:12:19 +00:00
{
"prices": {
"apple": 25,
"banana": 10,
2015-02-16 08:54:53 +00:00
"peach": 40.5,
"pomelo": null
2015-02-12 11:12:19 +00:00
},
"bananas": [
{"length": 13, "weight": 5},
{"length": 18, "weight": 8},
{"length": 13, "weight": 4}
]
}