/usr/bin/plutil -extract your.key.path raw -o - - <<< "$jsoninput"
(obviously, less useful now that `jq`is built in)
; which jq /usr/bin/jq ; jq jq - commandline JSON processor [version 1.6-159-apple-gcff5336-dirty]
Glad to spread the good word ;)
Hold up, what?
/usr/bin/plutil -extract your.key.path raw -o - - <<< "$jsoninput"
(obviously, less useful now that `jq`is built in)