wangyao5 / json-smart

Automatically exported from code.google.com/p/json-smart
0 stars 0 forks source link

Enhancement to parse JSONObject without value {key1,key2,key3:{key31,key32}} #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
just a simple enhancement to reduce json object size:
 {key1,key2:value2,key3:{key31:value31,key32}} 
== {key1:null,key2:value2,key3:{key31:value31,key32:null}}

Original issue reported on code.google.com by alexander149@gmail.com on 28 Aug 2012 at 4:48

GoogleCodeExporter commented 9 years ago
this syntax is to far from the original json standard.

Original comment by uriel.chemouni on 29 Oct 2012 at 1:33