Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wapm-packages/jq

Command-line JSON processor
https://github.com/wapm-packages/jq

wasi wasm webassembly

Last synced: 6 days ago
JSON representation

Command-line JSON processor

Awesome Lists containing this project

README

        

# JQ

You can install `jq` with:

```shell
wapm install jq
```

## Running

You can run the jq CLI

```shell
$ echo '{"foo": 0 }' | wapm run jq .
{
"foo": 0
}
```

## Building from Source

You can build JQ from source very easily with [wasienv](https://github.com/wasienv/wasienv).

Steps:
1. Run `bash build.sh`