Documentation
1
2
3
4
5
# Introduction
`jawk` is an [AWK](https://en.wikipedia.org/wiki/AWK) like command line tool that reads a stream of [JSON](https://en.wikipedia.org/wiki/JSON) values, manipulate them and produce an output.

See source code in [here](https://github.com/yift/jawk).