1
0
Fork 0
kifflom/test.json

17 lines
329 B
JSON
Raw Permalink 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},
2015-02-18 15:05:16 +00:00
{"length": 18, "weight": 8},!
2015-02-12 11:12:19 +00:00
{"length": 13, "weight": 4}
2015-02-16 11:18:14 +00:00
],
"misc": {
"string with quotes": "beware of \"quoted\" text"
}
2015-02-12 11:12:19 +00:00
}