You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.
Everything is in the title, I think that it s probably a good idea to use the gojq library to create a pure go project. Even if gojq could be slower than jq it is almost sure that using native go library will be faster than calling external program.
The text was updated successfully, but these errors were encountered:
I've up voted the original request.
I've cloned and built a local copy of jiq to use the gojo cli and now my local jiq supports yaml. jiq --yaml-input < sample.yaml or jiq --yaml-input --yaml-output < sample.yaml
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Everything is in the title, I think that it s probably a good idea to use the gojq library to create a pure go project. Even if
gojq
could be slower thanjq
it is almost sure that using native go library will be faster than calling external program.The text was updated successfully, but these errors were encountered: