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

yaji doesn't recognize malformed json #15

Open
vaderr12 opened this issue May 12, 2011 · 2 comments
Open

yaji doesn't recognize malformed json #15

vaderr12 opened this issue May 12, 2011 · 2 comments

Comments

@vaderr12
Copy link

bellow is a call which doesn't raise exception as it should (string value for field a is not terminated)

[@"{"a" : "test" yajl_JSON]

@vaderr12
Copy link
Author

sorry, my escapes was eated by scripts, call should look like:
[@"{"a" : "test" yajl_JSON]

@mcrispino
Copy link

Same issue here. Sample JSON is:
{"id":1,"name":"test","date":"0000-00-00"
(missing close bracket)

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

No branches or pull requests

2 participants