Implements TOML serializer.
It's just a wrapper around the python toml 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: 3004.1