# json

# json.loads(s)

Decode a JSON string into a PocketPy object.

It is supported by the eval() function.

# json.dumps(obj)

Encode a PocketPy object into a JSON string.

It is supported by the compiler with JSON_MODE enabled.