sigurd-cp
Results
2
issues of
sigurd-cp
Currently, the use of Jooq 3.18 fails on runtime: `java.lang.NoSuchMethodError: 'org.jooq.Converter org.jooq.Field.getConverter()'` The use of `org.jooq.impl.Convert` is deprecated There is a DefaultConverterProvider as a replacement. is the 3.18 support planned?
Hi, For parsing a JSON Sequence, I don't find a JSON path, that parses the objects. Lets say there is a JSON Sequence `{"abc":123}{"xy":"value"}` With JSON path `$[*]` or `$*`...