Postgres Supports a new data-type for JSON data. This datatype is different from text because postgres will guarantee that the data is actually JSON and can perform queries on the data structure.
Hibernate 4.3Postgres 9.2+