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

Replace multi_json with stdlib json #214

Merged
merged 3 commits into from
Jun 24, 2013

Conversation

caselas
Copy link
Contributor

@caselas caselas commented Jun 14, 2013

Ruby 1.9 standard library includes json, and multi_json will no longer be maintained as of June. This aligns with planned stoppage on ruby 1.8.7.

This patch should also improve JSON parsing performance, and make life more better!

@jnunemaker
Copy link
Owner

Why make the latest json gem a dependency? Is it the same json as what is in stdlib? I haven't followed all the json changes of late so I'm curious.

@caselas
Copy link
Contributor Author

caselas commented Jun 14, 2013

@jnunemaker it is my understanding that it will either use the stdlib json, or the latest json gem, if available. But maybe I'm not understanding that correctly. You think we are better off removing that dependency and leaving it up to the ruby environment?

@caselas
Copy link
Contributor Author

caselas commented Jun 19, 2013

@jnunemaker any further thoughts on this? I can remove the dependency, if that's the only thing holding it up.

jnunemaker pushed a commit that referenced this pull request Jun 24, 2013
Replace multi_json with stdlib json
@jnunemaker jnunemaker merged commit 88bc004 into jnunemaker:master Jun 24, 2013
@caselas caselas deleted the replace_multi_json branch June 24, 2013 17:46
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

Successfully merging this pull request may close these issues.

2 participants