Base serializers
python_type_to_json_type(value)
Convert a Python type to a JSON type.
Source code in light_agents/serializers/tools/base_serializers.py
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | |