Reputation: 4315
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
Reputation: 41246
If you're looking for a Linq equivalent for JavaScript, try this library:
Upvotes: 3