yajl-objc
yajl-objc copied to clipboard
yaji doesn't recognize malformed json
bellow is a call which doesn't raise exception as it should (string value for field a is not terminated)
[@"{"a" : "test" yajl_JSON]
sorry, my escapes was eated by scripts, call should look like: [@"{"a" : "test" yajl_JSON]
Same issue here. Sample JSON is:
{"id":1,"name":"test","date":"0000-00-00"
(missing close bracket)