bout_runners.utils.serializers

Contains functions for serializing data.

Functions

is_jsonable(data)

Check whether the data is possible to serialize.

bout_runners.utils.serializers.is_jsonable(data: Any) → bool[source]

Check whether the data is possible to serialize.

Parameters
dataobject

Data to serialize

Returns
bool

True if it is possible to serialize the data