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:
I think it will be the first one to get a thorough try-out.
You might want to check out linq.js. It follows the .NET lambda syntax and looks to be well integrated in a Microsoft environment.
LINQ for JavaScript - http://linqjs.codeplex.com/
Pros
Cons