Extracting Objects Recursively with Jq
til.simonwillison.net
Extracting Objects Recursively with Jq
1–10 of 76 posts
Re: Extracting Objects Recursively with Jq
#2Re: Extracting Objects Recursively with Jq
#3Re: Extracting Objects Recursively with Jq
#4I think JQ could really benefit from having a classic programming language style "book", like "The AWK Programming Language". JQ is fundamentally a functional programming language with semantics that are not obvious reading its current docs.
Re: Extracting Objects Recursively with Jq
#5Re: Extracting Objects Recursively with Jq
#6Re: Extracting Objects Recursively with Jq
#7jq is a fantastic tool for exploring data and doing simple transformations. I often wish it could consume/write data in other formats.
Re: Extracting Objects Recursively with Jq
#8JQ is often frustrating when you want to do something non-trivial but you can't figure out how and the documentation is of little help. I think JQ could really benefit from having a classic programming language style "book", like "The AWK Programming Language". JQ is fundamentally a functional programming language with semantics that are not obvious reading its current docs.