You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now json-schema supports three json backends, each with slightly different semantics:
The "json" gem
multi_json
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.
The text was updated successfully, but these errors were encountered:
Right now json-schema supports three json backends, each with slightly different semantics:
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.
The text was updated successfully, but these errors were encountered: