What does HackerNews think of dasel?
Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
Language:
Go
Seems like you meant https://github.com/TomWright/dasel (instead of damsel)
Another tool in this space is Dasel[1], which can handle querying/modifying JSON, YAML, TOML, XML and CSV files.
There's also https://github.com/TomWright/dasel (supports JSON, TOML, YAML, XML and CSV)
I switched to dasel a while back. Not as powerful, but I tend to use node when I want to do anything complicated with JSON querying. I spend too much time rereading the jq manual to do anything non-trivial.