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

Remove yajl-Ruby support in favour of multi_json #162

Closed
iainbeeston opened this issue Oct 29, 2014 · 1 comment
Closed

Remove yajl-Ruby support in favour of multi_json #162

iainbeeston opened this issue Oct 29, 2014 · 1 comment
Milestone

Comments

@iainbeeston
Copy link
Contributor

Right now json-schema supports three json backends, each with slightly different semantics:

  1. The "json" gem
  2. multi_json
  3. yajl-ruby

However, yajl-ruby can be used via multi_json.

For the sake of simplicity, I'd suggest that we remove explicit yajl support in v3. Anyone who wants to use yajl can still use it via multi_json.

I may be missing some crucial bit of information here (about why json-schema supports both yajl and multi_json but if we're going to make some minor, backwards incompatible changes to clean up the code, I would suggest this one.

@iainbeeston iainbeeston added this to the v3 milestone Oct 29, 2014
@iainbeeston
Copy link
Contributor Author

This issue has been superseded by #195. Closing

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

No branches or pull requests

1 participant