Categories: None [Edit]

json-mapping-transform

https://rubygems.org/gems/json-mapping-transform
https://github.com/aparande/json-mapping-transform
When building data pipelines, it is often useful to extract and transfrom data from an input JSON and output it in a different format. The standard process for doing this in Ruby is to write a series of if-else logic coupled with for-loops. This code ends up being largely redundant, confusing, and difficult to maintain or change. This Gem provides an easy and extensible solution to this problem by allowing you to define your mapping in YAML and apply it to any JSON object in a single line of code.

Total

Ranking: 68,538 of 189,083
Downloads: 14,601

Daily

Ranking: 16,951 of 189,069
Downloads: 33

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,153,362,565bundler
91,220,818,024rake
29945,702,266rspec
99440,628,983simplecov
225205,113,756yard
414115,761,001redcarpet

Owners

#GravatarHandle
1iconaparande