RubyGems Navigation menu

enumpath 0.1.1

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 (29KB)
  2. 0.1.1 - September 07, 2018 (26.5KB)
  3. 0.1.0 - September 07, 2018 (26KB)

Runtime依存関係 (2):

mini_cache ~> 1.1.0
to_regexp ~> 0.2.1

Development依存関係 (6):

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

所有者:

作者:

  • Chris Bloom

SHA 256チェックサム:

36bc768fedc249980bfbc68decdef47612f52943fae815e97120504505e91f11

累計ダウンロード数 5,633

このバージョンのみ 1,784

ライセンス:

Apache-2.0

必要なRubyのバージョン: >= 2.3.0

リンク: