Transforms a Json file to an other format using JsonBender
-
Step one Generate the Load a Sample Json file.
Create input.json (source) file
-
Create a MAPPER for input to output mapping.
-
Load the input file.
-
Apply Bend function to transform the file input file.
-
save output to output.json and display it on the console.
