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: 57,954 of 195,871
Downloads: 19,581

Daily

Ranking: 17,936 of 195,832
Downloads: 32

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,644,482,704bundler
81,388,044,401rake
291,007,963,779rspec
98491,198,949simplecov
230231,019,100yard
397131,428,817redcarpet

Owners

#GravatarHandle
1iconaparande