jwalk is a streaming JSON parser for Unix: streaming, in that individual JSON tokens are parsed as soon as they are read from the input stream, and for Unix, in that its tab-delimited output is designed to be used and manipulated by the standard Unix toolset. jwalk… parses large documents slowly, but steadily, in memory space proportional to the key depth of the document runs from source on any co

