RubyGems Navigation menu

enumpath 0.1.2

Enumpath is an implementation of the JSONPath spec for Ruby objects, plus some added sugar. It's like Ruby's native Enumerable#dig method, but fancier. It is designed for situations where you need to provide a dynamic way of describing a complex path through nested enumerable objects. This makes it exceptionally well suited for flexible ETL (Extract, Transform, Load) processes by allowing you to define paths through your data in a simple, easily readable, easily storable syntax.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.1.2 - April 07, 2021 (29.0 KB)
  2. 0.1.1 - September 07, 2018 (26.5 KB)
  3. 0.1.0 - September 07, 2018 (26.0 KB)

Runtime 依赖 (2):

mini_cache ~> 1.1.0
to_regexp ~> 0.2.1

Development 依赖 (8):

bundler ~> 2.1
null-logger ~> 0.1
pry-byebug ~> 3.6
rake ~> 12.3
rspec ~> 3.8
rspec-benchmark ~> 0.3.0
yard ~> 0.9.26

业主:

推送:

作者:

  • Chris Bloom

SHA 256 校验和:

5130650abbe6136019d23937c44da4446db0e9c8c4f1a893c0f1e224d392a167

下载总量 5,611

这个版本 2,308

许可:

Apache-2.0

需要的 Ruby 版本: >= 2.3.0

链接: