wecoppens / json-smart

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

Invalid JSON is getting parsed instead of throwing exception #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. JsonValue.parseStrict() method
2. pass string "{ \"param1\": \"value1\", \"param2\": \"value2\" }\\\\\\" 
3. It should throw parser exception

What is the expected output? What do you see instead?
ParseException should be thrown but instead getting valid object

What version of the product are you using? On what operating system?
1.2

Please provide any additional information below.

Original issue reported on code.google.com by arunoda...@gmail.com on 17 Jul 2014 at 6:16

GoogleCodeExporter commented 8 years ago
the issue is fixed in the git.

Original comment by uriel.chemouni on 7 Oct 2014 at 8:00

GoogleCodeExporter commented 8 years ago

Original comment by uriel.chemouni on 11 Mar 2015 at 9:11