Latest version

jqlite

jqlite is a deno-powered jq-like cli

run jq filters at the cli powered by deno

usage

to run:

deno run --allow-read 'https://deno.land/x/jqlite/cli.ts' '.' test.json

example:

echo '{"a": "b"}' | deno run --allow-read 'https://deno.land/x/jqlite/cli.ts' '.a'
b

install

Requires deno

deno install -n jqlite --allow-read --allow-net https://deno.land/x/jqlite/cli.ts

license

Copyright 2023 denobytes.
See LICENCE file to get more infomation.