What is the leading LINQ for JavaScript library?
- by Tom Tresansky
I'm looking for a JavaScript library that will allow me to query complex JSON objects using a LINQ-like syntax. A quick search found a couple of promising options that look they might offer what I need:
LINQ to JavaScript and jLinq
Does any one have any experience
using them?
What are some pros and cons?
Is the performance comparable?
Does the function-passing syntax of
LINQ to JavaScript offer any hidden benefits
(I personally find the syntax of
jLinq more appealing on first
glance)?
What have you found lacking
in either project?
Did you ever try contacting the authors? How responsive were they?
What project is more widely used?