You know what
I was seriously considering thinking about attempting to write a set of honeysql postgresql json extensions
since I recently have a strong use case to query json data stored in postgres
like select foo -> 'bar' as baz from wibble where foo ->> 'bar' = 'w00t'
;
akin to the nilenso postgresql extensions.