Lovelyxredxpanda / json-simple

Automatically exported from code.google.com/p/json-simple
Apache License 2.0
0 stars 0 forks source link

JSONParser does not enforce comma between array elements #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Parse a json array with JSONParser and the json: [{}{}]

What is the expected output? What do you see instead?
Expected: ParseExecption
Actual: JSONArray: [{},{}]

What version of the product are you using? On what operating system?
Linux Fedora 15. JSON Simple v.1.1

Please provide any additional information below.
See attached test.

Original issue reported on code.google.com by eladta...@gmail.com on 23 Apr 2013 at 2:53

Attachments:

GoogleCodeExporter commented 9 years ago
Now I see it's the same issue as Issue 16.

Original comment by eladta...@gmail.com on 23 Apr 2013 at 3:01

GoogleCodeExporter commented 9 years ago
Merging this into Issue 16 as suggested.

Original comment by jon.cham...@gmail.com on 10 Aug 2013 at 3:10