Related to
- How do I use PostgreSQL JSON(B) operators containing a question mark "?" via JDBC
- Does the JDBC spec prevent '?' from being used as an operator (outside of quotes)?
List of Operators --> https://www.postgresql.org/docs/9.5/functions-json.html
Changing my queries in an attempt to escape didn't do the trick. Using ?? vs ? and <CDATA
.. etc.