← Back to tools

Jsawk

Like awk, but for JSON using JavaScript filtering

Data & JSON linuxmacos JavaScript MIT

Description

Jsawk is like awk, but for JSON. You work with an array of JSON objects read from stdin, filter them using JavaScript to produce a results array that is printed to stdout.

AI Summary

awk-like JSON processor using JavaScript expressions

Capabilities

  • + Filter JSON arrays using JavaScript
  • + Process JSON from stdin to stdout
  • + awk-like pipeline integration

Use When

  • You want to filter JSON with JavaScript expressions

Avoid When

  • x You can use jq for your needs

Related Tools

View AGENTS.md for Jsawk