文件名称:ruby-tree_filter:用简洁的查询语言过滤任意数据树
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-06 11:15:01
Ruby
树过滤器 使用简洁的查询语言过滤任意数据树。 与 Jenkins API 的工作方式类似,如果您碰巧熟悉它。 name,environments # Select specific attributes from a hash environments[id,last_deploy] # Select attributes from sub-hash environments[*] # Select all attributes 用法 require 'tree_filter' data = { 'name' => 'don' , 'contact' => { 'phone' => '415-123-4567' , 'email' => 'don@example.com' } } TreeFilter
【文件预览】:
ruby-tree_filter-master
----tree_filter.gemspec(951B)
----lib()
--------tree_filter.rb(4KB)
----Gemfile(91B)
----spec()
--------tree_filter_spec.rb(5KB)
----.travis.yml(71B)
----LICENSE(583B)
----HISTORY.md(151B)
----README.md(2KB)
----Gemfile.lock(732B)
----.gitignore(31B)