/usr/lib/python3/dist-packages/simplejson
NameSizeModeActions
tests/-0755rm
__pycache__/-0755rm
compat.py8150644editdlrm
decoder.py145190644editdlrm
encoder.py285700644editdlrm
errors.py17790644editdlrm
ordered_dict.py29450644editdlrm
raw_json.py2170644editdlrm
scanner.py29710644editdlrm
tool.py11360644editdlrm
_speedups.cpython-38-x86_64-linux-gnu.so498480644editdlrm
__init__.py237880644editdlrm
Edit: /usr/lib/python3/dist-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