mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
6 lines
207 B
Markdown
6 lines
207 B
Markdown
### Yaml2json
|
|
To convert output to json, use the --tojson (or -j) flag. This can be used with any command.
|
|
|
|
### json2yaml
|
|
To read in json, use the --fromjson (or -J) flag. This can be used with any command.
|