Implements TOML serializer.
It's just a wrapper around pytoml module.
salt.serializers.toml.deserialize(stream_or_string, **options)¶Deserialize from TOML into Python data structure.
| Parameters: |
|
|---|
salt.serializers.toml.serialize(obj, **options)¶Serialize Python data to TOML.
| Parameters: |
|
|---|
Docs for previous releases are available on readthedocs.org.
Latest Salt release: latest_release
salt.serializers.python module