What does HackerNews think of jj?

JSON Stream Editor (command line utility)

Language: Go

#23 in JSON
There was another project called jj (JSON Stream Editor) mentioned here recently:

https://github.com/tidwall/jj

Have you {used/read about} jj[1] as an alternative?

[1] - https://github.com/tidwall/jj/

My go-to for simple queries is https://github.com/tidwall/jj

It is not nearly as expressive as jq, but it is faster for my use cases (written in golang).