There are lots of people interested in converting their git logs into beautiful JSON or JSON Lines for archive and analytics. It seems like it should be easy enough, but it is deceptively more complicated than it needs to be. When I got a feature request for jc to support git log output, my firstContinue reading “Easily Convert git log Output to JSON”
Tag Archives: json-lines
Tips on Adding JSON Output to Your CLI App
Best practices when adding a JSON output option to your command-line application.
JC Version 1.17.0 Released
JC version 1.17.0 release includes support for streaming parsers (e.g. ls, ping, vmstat) that output JSON Lines (aka NDJSON). 78 parsers included!