/opt/alt/python37/lib64/python3.7/site-packages/simplejson
NameSizeModeActions
tests/-0755rm
__pycache__/-0755rm
compat.py9310644editdlrm
decoder.py145860644editdlrm
encoder.py273150644editdlrm
errors.py17790644editdlrm
ordered_dict.py29450644editdlrm
raw_json.py2170644editdlrm
scanner.py29710644editdlrm
tool.py11360644editdlrm
_speedups.cpython-37m-x86_64-linux-gnu.so1427750755editdlrm
__init__.py237280644editdlrm
Edit: /opt/alt/python37/lib64/python3.7/site-packages/simplejson/raw_json.py (217B)
"""Implementation of RawJSON """ class RawJSON(object): """Wrap an encoded JSON document for direct embedding in the output """ def __init__(self, encoded_json): self.encoded_json = encoded_json