mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
better docs
This commit is contained in:
parent
91717b3c5d
commit
d390fdc641
@ -1,3 +1,5 @@
|
|||||||
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.
|
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.
|
||||||
|
|
||||||
|
Note that you can optionally pass an indent value to the encode functions (see below).
|
||||||
|
|
||||||
These operators are useful to process yaml documents that have stringified embeded yaml/json/props in them.
|
These operators are useful to process yaml documents that have stringified embeded yaml/json/props in them.
|
Loading…
Reference in New Issue
Block a user