Amjad Ali
Home
Snippets
About
Archive
Home
Snippets
About
Archive
Parse mixed JSON logs with jq
February 6, 2022
— 1 min read
#shell
#jq
If you have text with some lines having JSON output and some not, this jq shortcut can help you parse and format the JSON lines, helping make the output way more readable.