Skip to content

yamldecode

Source

Hook for decoding a yaml string to a dict.

Inputs

Name Type Default Required Description
data str None True Yaml string to convert to dict.

Arguments

Position Argument Type
1 data str

Returns

dict