diff --git a/pkg/yqlib/doc/headers/Encoder and Decoder.md b/pkg/yqlib/doc/headers/Encoder and Decoder.md index 6ad18118..7e4d616a 100644 --- a/pkg/yqlib/doc/headers/Encoder and Decoder.md +++ b/pkg/yqlib/doc/headers/Encoder and Decoder.md @@ -1 +1,3 @@ Encode operators will take the piped in object structure and encode it as a string in the desired format. The decode operators do the opposite, they take a formatted string and decode it into the relevant object structure. + +These operators are useful to process yaml documents that have stringified embeded yaml/json/props in them. \ No newline at end of file