Alternative jq implementations - troyp/jq GitHub Wiki

  • gojq - "Pure Go implementation of jq", go
  • jaq - "A jq clone focussed on fast startup and simplicity", rust
  • micro-jq - "A small implementation of JQ", JavaScript
  • xq - "Pure rust implementation of jq"