NoSQL databases are quite the rage these days (e.g. MongoDB) employing JSON based data. JSON lends itself well to document based databases, and the JAVA List and Map constructs can easily be used with ...
JQL is a framework (that I'm building for fun) that enables you to perform CRUD operations, that are similar to CRUD operations of a database, to a json data. JQL is was based on SQL, except it's ...