Copy page Copy page View source labapi.util.types.JsonData# labapi.util.types.JsonData: TypeAlias = 'Sequence[JsonData] | Mapping[str, JsonData] | str | bool | int | float | None'# A recursive type alias representing any data structure that can be serialized to or deserialized from JSON.