开发者

How can I query Json from the client side, kind of like a query or SQL-type language?

开发者 https://www.devze.com 2023-03-02 21:36 出处:网络
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?

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消