Process huge GEOJson file with jq
问题 Given a GEOJson file as follows:- { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "FEATCODE": 15014 }, "geometry": { "type": "Polygon", "coordinates": [ ..... I want to end up with the following:- { "type": "FeatureCollection", "features": [ { "tippecanoe : {"minzoom" : 13}, "type": "Feature", "properties": { "FEATCODE": 15014 }, "geometry": { "type": "Polygon", "coordinates": [ ..... ie. I have added the tippecanoe object to each feature in the array