tags: json jq title: jq examples 1 ## Pretty Print ``` jq . a.json ``` ## Accessing Members This comes from the output of `ffprobe -print_format json -show_format`. ``` jq .format.tags a.json ```