try (Connection c = sqlOnJson.convertPlain("{a:[{id:12000,name:\"super\"},{id:90,name:\"remta\"}]}")) {
ResultSet rs = c.prepareStatement("select * from a").executeQuery();
while (rs.next()) {
// my business logic
}
}johnprisco/sql-on-json
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|