Issue with JOOQ json binding
问题 I have an issue with converting postgresql jsonb I created Binding as was explained in tutorial : jooq tutorial Also please note I am not using codegen In my repo I have the following code Binding binding = new PostgresJSONGsonBinding(); Field<JsonElement> gsonObj = DSL.field("gsonObj",SQLDataType.OTHER.asConvertedDataType(binding)); And getting an error in to and from methods com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 1