massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / simplejson / simplejson / raw_json.pyi
1 class RawJSON(object):
2     encoded_json: str
3     def __init__(self, encoded_json: str) -> None: ...