I am trying to tweek jdbc driver to read data from json source instead of database without changing functionality of application program. For this, I need to convert JSON to java resultset. There are several ways of converting resultset to json and that takes care of insert/update statements. But for select statement, I need to convert Json to resultset. Any ideas or help is appreciated.I am trying to tweek jdbc driver to read data f