Recursively transform keys to camelCase and values to serializable. Args: data (Union[dict, list, str, int, float, bool]): The data to transform. Returns: Union[dict, list, str, int, float, bool]: The transformed data.
(
data: Union[dict, list, str, int, float, bool],
)
source not stored for this graph (policy: none)