ajson

Jalankan ekspresi pencarian JSONPath terhadap objek-objek JSON. Informasi lebih lanjut: https://github.com/spyzhov/ajson.

ajson '{{$..json[?(@.path)]}}' {{jalan/menuju/file.json}}

cat {{jalan/menuju/file.json}} | ajson '{{$..json[?(@.path)]}}'

ajson '{{avg($..price)}}' '{{https://example.com/api/}}'

echo '{{3}}' | ajson '{{2 * pi * $}}'