Module: mapTransformsOnJson

mapTransformsOnJson
Source:

Methods

(inner) mapTransformsOnJson(io, transforms) → {Object}

Map applicable Transforms on JSON based on source
Parameters:
Name Type Description
io Object Input/Output Example with input to Transform
transforms Array.<Object> Array of transforms
Source:
Throws:
Throws an error if error occurred when mapping Transforms on JSON
Returns:
Transformed input JSON
Type
Object