I have a JSON data structure using unique keys that are created on upload. I can read all of it if I read each dictionary item line by line. However, I\'m trying to modify m
You can get keys from your current json as
jq -r 'keys[]'
After that query in the loop by each key retrieved