Reputation: 3285
Are there specific js libraries or techniques for querying json objects in the browser - i.e. 'get all People where person.name = "Joe"'. Something similar to what linq does in .NET.....
Upvotes: 1
Views: 4408
Reputation: 20878
There are several options:
Upvotes: 1
Reputation: 1038720
You may take a look at LINQ to Javascript. There are also many others, just pick one that fits your needs.
Upvotes: 3