Answers for "jq select where value starts with"

0

jq select where value starts with

jq '.[] | select(.fieldName | startswith("<prefix>"))'
Posted by: Guest on April-26-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language