belikeswap / quick-json

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

error during generation of empty List #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Thank for your great Job. The library is usefull.

I have found a bug during generating JSON from an empty list.
it generates: 
{"emptylist":]}

I fix (with patch as attachement) to generate: 
{"emptylist":[]}

Original issue reported on code.google.com by moreau.f...@gmail.com on 11 Apr 2013 at 7:29

Attachments: