Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 476 Bytes

File metadata and controls

13 lines (9 loc) · 476 Bytes

jsonTransform

Transforms a Json file to an other format using JsonBender

  1. Step one Generate the Load a Sample Json file.

    Create input.json (source) file

  2. Create a MAPPER for input to output mapping.

  3. Load the input file.

  4. Apply Bend function to transform the file input file.

  5. save output to output.json and display it on the console.

JsonTransform