json manipulation tool
npm install jules
Filter JSON using ES2015+ (splats & stuff)
cat input.json | jules
`` bashecho '{"hello": "world", "if": "test"}' | jules '{hello, from_if: _.if}'``
bashecho '{"hello": "world", "if": "test"}' | jules '{hello, from_if: _.if}'
MIT.