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: 85,934 of 186,907
Downloads: 9,850

Daily

Ranking: 10,625 of 186,885
Downloads: 97

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,928,588,991bundler
101,136,561,085rake
27912,862,773rspec
99416,383,447simplecov
223192,955,137yard
412108,518,863redcarpet

Owners

#GravatarHandle
1iconaparande