2025-08-15 15:16:06
I recently discovered gojq at work. I was looking to see if there was a pure Golang implementation of jq as a library to use from within Go code. Then I compared performance to native jq to make sure that it wouldn't be too much slower than the original when embedded in Golang.
It ran my complex jq script in ⇔ the time over the same data.
That was a nice free speedup!
Now my ~/bin/jq is a symlink to