Processing Large Json Files on Command Line
So for one of the projects I am working on I have to deal with large Json files. My first instinct is to use what I know: R, python, bash… But this time I had to use a tool that was new to me, JQ, with great results. The problem with R is everything needs…
