RubyGems Navigation menu

json-mapping-transform 0.1.0

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.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.1.0 - August 21, 2020 (13KB)

Development依存関係 (6):

bundler ~> 2.0
rake ~> 10.0
redcarpet >= 0
rspec ~> 3.0
simplecov >= 0
yard >= 0

所有者:

プッシュ者:

作者:

  • Anmol Parande

SHA 256チェックサム:

cf2f14617dbccb3fcbe05bc7c0d7ce57e3034517d3e861a2c413945c588b1edb

累計ダウンロード数 3,352

このバージョンのみ 3,352

ライセンス:

MIT

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

リンク: