Skip to content

angee.base.serialization

JSON-safe value coercion shared by Angee runtime subsystems.

json_safe

python
def json_safe(value: Any) -> Any

Return a JSON-serializable representation of value.

Released under the AGPL-3.0 License.