dlt.common.json
JsonSerializable
Type representing a JSON-serializable object.
JsonEncoder
A callable that takes an object and returns a JSON-serializable representation of it.
Should raise TypeError
if the object cannot be serialized.
custom_pua_remove
def custom_pua_remove(obj: Any) -> Any
Removes the PUA data type marker and leaves the correctly serialized type representation. Unmarked values are returned as-is.