matrix-org / python-canonicaljson

Canonical JSON
Apache License 2.0
31 stars 15 forks source link

Would you accept a patch to make simplejson optional? #18

Closed Zac-HD closed 5 years ago

Zac-HD commented 5 years ago

For my use-case in hypothesis-jsonschema I'm not really worried about speed, but would like to minimize dependencies. Would you accept a simple patch to make canonicaljson fall back to the stdlib json module if simplesjson is not available?

Zac-HD commented 5 years ago

In the end I just wrote a hacky little version with no dependencies, so I'll close the issue.