betty.serializers.json module¶
The JSON serializer.
- final class betty.serializers.json.Json¶
Bases:
SerializerThe
jsonserializerplugin.Plugin ID
jsonClass
Configuration
not configurable
- load(serialized: str, /) PortableData¶
Deserialize data.
- Raises:
SerializationError – Raised when the dump could not be loaded.