Useful jq resources

A collection of useful resources to help you master jq


JSON

Other JSON processing tools

  • gron: "Flattens" JSON into a sequence of individual assignments, which makes it possible to use line-oriented tools (grep, etc) to process it.
  • jo: A small utility to create JSON objects from shell variables.
  • jello: jello is similar to jq except jello uses standard python dict and list syntax.