Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve init performance for dictionaries and arrays #111

Closed
wants to merge 1 commit into from

Conversation

avorobjov
Copy link

We don't need to convert NSArray to [AnyObject] and NSDictionary to [String : AnyObject] to get a type

@LukeTangPL
Copy link
Member

[AnyObject] is not NSArray, [String : AnyObject] is not NSDictionary.
In the JSON, the NSDictionary's key must be String.

@LukeTangPL LukeTangPL closed this Dec 11, 2014
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants