How to convert JSON to resultset in JAVA? How to convert JSON to resultset in JAVA? json json

How to convert JSON to resultset in JAVA?


We figured out a work around. Now storing the resultset in webRowSet(implementation of cachedRowSet) in order to serialize/deserialize it.