1
0
Fork 0
kifflom/test.json

13 lines
223 B
JSON
Raw Normal View History

2015-02-12 11:12:19 +00:00
{
"prices": {
"apple": 25,
"banana": 10,
"peach": 40
},
"bananas": [
{"length": 13, "weight": 5},
{"length": 18, "weight": 8},
{"length": 13, "weight": 4}
]
}