文件名称:jsonpath:http的Ruby实现
文件大小:23KB
文件格式:ZIP
更新时间:2024-04-26 04:36:07
Ruby
JsonPath 这是的实现。 什么是JsonPath? JsonPath是一种在JSON对象中寻址元素的方式。 与yore的xpath相似,JsonPath允许您遍历json对象并对其进行操作或访问。 用法 命令行 通过二进制jsonpath有独立用法 jsonpath [expression] (file|string) If you omit the second argument, it will read stdin, assuming one valid JSON object per line. Expression must be a valid jsonpath expression. 图书馆 要将JsonPath用作库,只需包含并获取内容! require 'jsonpath' json = <<-HERE_DOC {"store": {"bicycle":
【文件预览】:
jsonpath-master
----.rubocop_todo.yml(3KB)
----jsonpath.gemspec(1KB)
----lib()
--------jsonpath.rb(3KB)
--------jsonpath()
----.gemtest(0B)
----Gemfile(157B)
----Rakefile(376B)
----.travis.yml(94B)
----test()
--------test_readme.rb(4KB)
--------test_jsonpath_bin.rb(529B)
--------test_jsonpath.rb(34KB)
----LICENSE.md(1KB)
----README.md(7KB)
----.rubocop.yml(32B)
----.rspec(33B)
----.gitignore(79B)
----bin()
--------jsonpath(579B)