gamecreature

Published

6 April, 2021

gamecreature in Hacking | 6 April, 2021

Json file processing unix tool

When you to view/edit a large json file on the unix command line you can use the jq tool

pkg install jq 

It can be used to pretty-print json

jq . file.json 

Or to perform queries on it. (https://stedolan.github.io/jq/manual/)

gamecreature

Published

6 April, 2021

  • Related Content by Tag
  • json
  • tools
  • unix
Independent Publisher empowered by WordPress