Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser/Lexer doesn't produce errors in some cases #43

Closed
GoogleCodeExporter opened this issue Nov 24, 2015 · 2 comments
Closed

Parser/Lexer doesn't produce errors in some cases #43

GoogleCodeExporter opened this issue Nov 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Send the following JSON into the JSONValue parser/lexer:

{
  foo: "foo"
  bar: "bar"
}


What is the expected output? What do you see instead?
This should produce an error because there is no comma between the value of foo 
and the key bar. The correct JSON should be:

{
  foo: "foo",
  bar: "bar"
}


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

Original issue reported on code.google.com by bpontare...@gmail.com on 6 May 2011 at 6:30

@GoogleCodeExporter
Copy link
Author

This is actually a duplicate of 
http://code.google.com/p/json-simple/issues/detail?id=16

Original comment by vladimir...@gmail.com on 16 May 2011 at 8:43

@GoogleCodeExporter
Copy link
Author

Original comment by fangyid...@gmail.com on 29 Nov 2011 at 3:21

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant