We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bellow is a call which doesn't raise exception as it should (string value for field a is not terminated)
[@"{"a" : "test" yajl_JSON]
The text was updated successfully, but these errors were encountered:
sorry, my escapes was eated by scripts, call should look like: [@"{"a" : "test" yajl_JSON]
Sorry, something went wrong.
Same issue here. Sample JSON is: {"id":1,"name":"test","date":"0000-00-00" (missing close bracket)
{"id":1,"name":"test","date":"0000-00-00"
No branches or pull requests
bellow is a call which doesn't raise exception as it should (string value for field a is not terminated)
[@"{"a" : "test" yajl_JSON]
The text was updated successfully, but these errors were encountered: