← Back to tools

JSON.awk

A practical JSON parser written in awk

Data & JSON linuxmacos Shell MIT

Description

JSON.awk is a practical JSON parser written in awk. It parses JSON input and produces path-value pairs, making it useful in environments where only awk is available.

AI Summary

JSON parser implemented in awk

Capabilities

  • + Parse JSON using only awk
  • + Output path-value pairs
  • + No external dependencies

Use When

  • You need JSON parsing with only awk available

Avoid When

  • x jq is available

Related Tools

View AGENTS.md for JSON.awk