Skip to main content
Deno 2 is finally here 🎉️
Learn more

Gron

Make JSON greppable!

A personal implementation of gron in deno.

Installation

deno install --allow-read --allow-net -fn gron https://deno.land/x/gron/cli.ts

Usage

$ gron https://httpbin.org/json
json = {};
json.args = {};
...