Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jq

Is There A Way To Execute Jq From Python

I'm trying to execute a jq command from my python script. Currently the jq command is working f… Read more Is There A Way To Execute Jq From Python

Split JSON File Objects Into Multiple Files

I have a file with too many data objects in JSON of the following form: { 'type': 'Fe… Read more Split JSON File Objects Into Multiple Files