You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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";
}
The text was updated successfully, but these errors were encountered:
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";
}
The text was updated successfully, but these errors were encountered: