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
Amara includes logic to try to find and provide a JSON library, but it's not as well-studied as other alternatives such as AnyJSON and OmniJSON. The latter has the advantage of bundling Ippolito's simplejson for a built-in default. OmniJSON is also designed to be "vendorizable," meaning it should be easy to bundle in thirdparty, or we could also just include it in the setup.py prerequisites.
The text was updated successfully, but these errors were encountered:
Amara includes logic to try to find and provide a JSON library, but it's not as well-studied as other alternatives such as AnyJSON and OmniJSON. The latter has the advantage of bundling Ippolito's simplejson for a built-in default. OmniJSON is also designed to be "vendorizable," meaning it should be easy to bundle in thirdparty, or we could also just include it in the setup.py prerequisites.
The text was updated successfully, but these errors were encountered: