Hacker News new | ask | show | jobs
by fhuszar 4335 days ago
jq,http://stedolan.github.io/jq/,best tool to handle JSON files in command line #The tool that immediately comes to my mind is jq, a tool to transform and process JSON objects. It's one of those powerful tools that is super easy to learn and once I started using it I just couldn't live without. The only negative thing I have to say is that it does not have good native support to transform between JSON and CSV.