Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/segment-boneyard/filter

Filter JSON streams using javascript.
https://github.com/segment-boneyard/filter

Last synced: about 5 hours ago
JSON representation

Filter JSON streams using javascript.

Awesome Lists containing this project

README

        

## filter(1)

Filter JSON streams using javascript.

```bash
$ echo '{"event":true}{"event":1}{}' | filter "if (j.event) return j"
{"event":true}
{"event":1}
```

## Installation

```bash
$ go get github.com/segmentio/filter
```

## Usage

```bash
Usage:
filter

filter -h | --help
filter -v | --version

Options:
-h, --help show help information
-v, --version show version information
```

## License

MIT