Appearance
angee.base.serialization
JSON-safe value coercion shared by Angee runtime subsystems.
def json_safe(value: Any) -> Any
Return a JSON-serializable representation of value.
value