I imagine you've probably heard of JSON before if you've done much with JavaScript and Ajax. It's a great easy way to move objects around (with the exception of ASP.net). Jaql is an expansion of this to better facilitate queries through SQL.
Jaql is a functional query language that provides users with a simple, declarative syntax to do things like filter, join, and group JSON data. Jaql also allows user-defined functions to be written and used in expressions.
At the minute it's still very much under development and can be considered as a BETA specification - but check it out anyway.









