Implementing a simple jq clone in Go
In this post we'll build a basic jq clone in Go. It will only be able to pull a single path out of each object it reads. It won't be able to do filters, mapping, etc.
Source: Implementing a simple jq clone in Go, and basics of Go memory profiling, an article by Phil Eaton.