Sign in Sign up
rubygems

enumpath

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.

Activity

Latest release
5y ago
Total releases
3
Cadence
~1.3 years
Last 12 months
0

Details

License
Apache-2.0
First release
Sep 07, 2018
Releases
Version Released
0.1.2 patch
0.1.1 patch
0.1.0 initial