encoding
module provides functions for working with encoding formats like JSON and YAML.
data
: The value to encode (can be dict, list, string, number, bool, or None)data
: JSON string to decodedata
: The value to encode (can be dict, list, string, number, bool, or None)data
: YAML string to decode