MacOS shell creating a file containing a json
I have the following json: { "attributes": {}, "children": [ { "attributes": { "ignoreBoundsFiltering": "false" }, "children": [ { "attributes": { "text": "", "accessibilityText" : "Azione sull'account richiesta", } } ] } ] } Through the shell I have to…