Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Use simplejson package if available #60

Closed
rossmacarthur opened this issue Jan 9, 2019 · 0 comments
Closed

Use simplejson package if available #60

rossmacarthur opened this issue Jan 9, 2019 · 0 comments
Labels
feature New feature or request

Comments

@rossmacarthur
Copy link
Owner

rossmacarthur commented Jan 9, 2019

This can be as simple as

try:
    import simplejson as json
except ImportError:
    import json

I think we can add a json feature that will install simplejson as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant