Transform JSON objects.
npm install
(stream of JSON lines) | node json-transformer/index.js -t TRANSFORM | (stream of JSON lines)
--transform -t Transformation to apply to each object.
Data should be streamed into script as JSON lines, one valid JSON object per line.