What’s a good online or Mac tool to transform large quantities of JSON data? I want to take JSON files and add or delete entries inside arrays in those files. Python or node lib also works.
1090564
@nitinkhanna https://stedolan.github.io/jq/ is what everyone thinks of, although I'd have to work up from way simpler problems to get the syntax just right
1090763
@adiabatic yeah. With JQ, syntax and getting the command just right is always going to be a problem, even with the online playground…
1090800