JQ extension to yaml -> JYQ #3077
ArTaSHseTiN
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
fwiw there is python-yq https://kislyuk.github.io/yq/ I've been enjoying. Don't confuse with https://mikefarah.gitbook.io/yq which is not a simple jq wrapper but an attempt to re-implement jq itself in golang that happens to take yaml as input as well. I'd be happy to see jq directly handling yaml, but YAML parsing itself brings a lot of complexity. Just using python-yq for YAML I/O as needed might be a healthier setup for jq IMHO. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@blurayne fq 🥳 Also https://github.com/itchyny/gojq and https://github.com/MiSawa/xq can do YAML |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to extend this program to work with yaml also. We can add a yaml to json converter and vice versa
Beta Was this translation helpful? Give feedback.
All reactions