jmespath.clj:Clojure 的 JMESPath

时间:2021-06-11 16:01:53
【文件属性】:
文件名称:jmespath.clj:Clojure 的 JMESPath
文件大小:28KB
文件格式:ZIP
更新时间:2021-06-11 16:01:53
Clojure jmespath.clj JMESPath(发音为“jaymz path”)允许您以声明方式指定如何从 JSON 文档中提取元素。 jmespath.clj允许您在带有 PHP Clojure 数据结构的 Clojure 应用程序中使用 JMESPath。 安装 将以下内容添加到项目的project.clj文件中。 [jmespath " 0.1.0 " ] 用法 ( ns hello-world ( :require jmespath.core :as jmespath)) ( jmespath.search " foo.bar " { " foo " { " bar " " baz " }}) 官方包括正式的语法、规范以及指向其他 JMESPath 实现的链接。
【文件预览】:
jmespath.clj-master
----.gitignore(98B)
----src()
--------jmespath()
----.travis.yml(18B)
----LICENSE(1KB)
----test-resources()
--------compliance()
----README.rst(730B)
----test()
--------jmespath()
----project.clj(600B)

网友评论