Introduction - If you have any usage issues, please Google them yourself
JSINQ is a complete implementation of LINQ to Objects in JavaScript. LINQ
stands for "Language Integrated Query" and it is a component of Microsoft s
.NET framework. With LINQ, you can write SQL-like queries against in-memory
collections, relational databases, XML documents and many other data sources.
LINQ to Objects, the part of LINQ that JSINQ implements in JavaScript, deals
with querying in-memory data structures such as arrays, lists, etc.