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

Switch to JSON::MaybeXS #288

Closed
schwern opened this issue Mar 25, 2015 · 0 comments
Closed

Switch to JSON::MaybeXS #288

schwern opened this issue Mar 25, 2015 · 0 comments
Labels

Comments

@schwern
Copy link
Contributor

schwern commented Mar 25, 2015

JSON.pm prefers JSON::XS which is maintained by Marc Lehmann who is someone I never want to expose a perl5i user to, he's horribly difficult to work with and JSON::XS hasn't had an update since 2013.

JSON::MaybeXS provides the same functionality as JSON.pm but uses the better maintained and more palatable Cpanel::JSON::XS (itself a fork of JSON::XS).

This also means we can recommend or even depend on Cpanel::JSON::XS for better performance without feeling guilty for feeding users to Marc Lehmann.

@schwern schwern added the easy label Mar 25, 2015
schwern added a commit that referenced this issue May 31, 2016
resolve #288 - replace JSON with JSON::MaybeXS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant