Closed dhalbert closed 5 years ago
We're renaming ujson to json in 4.0.0. Tries to import json parser as either json or ujson for upward compatibility. Renames import to json_module to avoid conflicts with variables named json.
ujson
json
json_module
We're renaming
ujson
tojson
in 4.0.0. Tries to import json parser as eitherjson
orujson
for upward compatibility. Renames import tojson_module
to avoid conflicts with variables namedjson
.