Storing JSON data as JSONB in PostgreSQL with Quarkus Panache is stored as escaped string
I'm working on a project that uses Quarkus with Panache and PostgreSQL, and I'm trying to store JSON data as JSONB in the database. However, when I insert JSON data into the database, it gets escaped, and I'd like to…