Shane
Shane

Reputation: 4315

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 items, i query and it returns the 4 json items that match?

Maybe a plugin or pattern that would help?

Upvotes: 1

Views: 1109

Answers (1)

Tejs
Tejs

Reputation: 41246

If you're looking for a Linq equivalent for JavaScript, try this library:

http://jslinq.codeplex.com/

Upvotes: 3

Related Questions