In jq you can do something like `jq .[].name` and it will give you the name field of all items in the array. In mx this throws an error ``` .[].name ^^^^^^^^ Error: Cannot access .name on Array ```
In jq you can do something like
jq .[].nameand it will give you the name field of all items in the array.In mx this throws an error