__init__.py |
|
238 |
json.py |
This module is a compatibility shim between stdlib json and orjson.
It uses orjson if available, and falls back to stdlib json.
It only supports features and parameters that both modules support,
and attempts to produce identical output regardless of which module
is used.
The interface is a subset of what's supported by stdlib json.
|
2236 |
mozfile.py |
extract a .tar file |
20848 |