jq query with a hyphen

Published

Notice the difference between:

jq '.POST["family-name"]' < notes.json

and

jq '.POST.pricing' < notes.json