jLinq - An extensible Javascript query language

What Is jLinq?

jLinq is a Javascript library that lets you write queries against arrays of javascript objects.

jLinq is completely extensible so you can write your add-ins and they will work with the rest of the framework without any additional programming!

How Does It Work?

Essentially, jLinq evaluates a query that you write and lets you manipulate the data any way you see fit. You can try jLinq right now by using the online demo!

Support

For help with jLinq, please visit the message boards for help. The boards are pretty empty right now, but I will be checking them regularly.

Recent Changes

June 29, 2009

Really, really fixed issues with orderBy, groupBy and distinct (specific to Opera). Updated to version 2.2.0

May 13, 2009

Really fixed issues with orderBy, groupBy and distinct (specific to IE). Updated to version 2.1.1

May 3, 2009

Fixed issues with orderBy, groupBy and distinct.