What is the leading LINQ for JavaScript library?
javascript, json, linq
Solution
Have you seen Rx for Javascript, yet? That's what you want.
Problem
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? I think it will be the first one to get a thorough try-out.