skip to Main Content

Editing json file in line with jq

I have a json file like this: { "arrays": [ { "name": "foo", "properties": [ { "type": "app", "url": "https://example.com", "checksum": "d6fd580fe890b826250aa5d5a88bcdb28839cff4d447ba51536cda4ceae89c4e" } ] } ] } I want to change the type to something else, delete the url and…

VIEW QUESTION
Back To Top
Search