Available in versions: Dev (3.20) | Latest (3.19) | 3.18 | 3.17 | 3.16 | 3.15 | 3.14 | 3.13 | 3.12

JSON data types

Applies to ✅ Open Source Edition   ✅ Express Edition   ✅ Professional Edition   ✅ Enterprise Edition

jOOQ supports non-JDBC but standard SQL JSON data types, which come in two forms:

  • org.jooq.JSON: A text representation of a JSON document, which typically might include formatting.
  • org.jooq.JSONB: A binary representation of a JSON document, which doesn't maintain formatting or object key ordering.

References to this page

Feedback

Do you have any feedback about this page? We'd love to hear it!

The jOOQ Logo