project_config.serializers.yaml module

YAML to JSON converter.

project_config.serializers.yaml.dumps(obj: dict[str, Any], *args: tuple[Any], **kwargs: Any) str[source]

Deserializes an object converting it to string in YAML format.

project_config.serializers.yaml.loads(string: str, *args: Any, **kwargs: Any) Any[source]

Deserializes a YAML string to a dictionary.