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

"Did not consume all data" error when deserializing JSON which has null value. #23

Open
jaeheeko opened this issue Jul 22, 2013 · 1 comment

Comments

@jaeheeko
Copy link

Hi.
I've been using CJSONDeserializer without any problems for a long time.
But the latest commit (bfffb73) makes it impossible to parse JSON which has null value when the nullObject property is set to NULL.
It causes "Did not consume all data" error and produces nil.
Could you check this problem?
Here's the part of JSON that I failed to deserialize.

user = {
age = 26;
bio = "";
birthday = "1988-02-28";
}

@MattiaConfalonieri
Copy link

I have the same problem here....

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