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

Wrap up the NSData -> JSON process in something #68

Closed
gfontenot opened this issue Feb 24, 2015 · 1 comment
Closed

Wrap up the NSData -> JSON process in something #68

gfontenot opened this issue Feb 24, 2015 · 1 comment
Assignees

Comments

@gfontenot
Copy link
Collaborator

Lets remove some boilerplate and give users a way to get a JSON instance directly from the NSData returned from their network client.

@gfontenot
Copy link
Collaborator Author

As noted in #70, this didn't feel useful after implementing it. We prefer people use NSJSONSerialization directly and flatMap the value into the (new) decode function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant