Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了 JMESPath,想在 asp.net webapi 上使用 JMESPath 而不是 OData(它实际上是可替换的吗?)。有人可以对我有所了解吗?
提前致谢
帕万
也许我弄错了,但看起来 JMESPath 是 JSON 就像 XPath 是 XML 一样......
Odata 是数据库顶部的一层(主要用于 .net ),它类似于 IQueryable (例如 lambdas)
在我看来,它看起来有点相似,只是 odata 有一个内置的 $count=true 函数(odata v4)。
JMESPath 不适用于.Net,所以我不会在 aspnet webapi 上使用它