# json

JSON serialization and deserialization module.

# Source code

def loads(s: str): ...
def dumps(obj, indent=0): ...