How can I query Json from the client side, kind of like a query or SQL-type language?
What's the best way to query JSON from the client side? i.e. I have 100 json i开发者_StackOverflowtems, i query and it returns the 4 json items that match?
Maybe a plugin or pattern that would help?
If you're looking for a Linq equivalent for JavaScript, try this library:
http://jslinq.codeplex.com/
精彩评论