mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
The current paragraph is not complete, since a digit is not a special character. Changing it to: If the key contains special characters or starts with a digit, you need to surround it with double quotes like this: `."foo$"`, or else `.["foo$"]`.