jq extracting properties to arrays from json row line
For example if we have a file that contains JSON object like
And you want to construct something like
You can do that with jq
this is particularly usefull to grep something from JSON log
Last updated