0.1.0 • Published 8 years ago

logdis-filter-to-json v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

logdis-filter-to-json

This is an officially supported http://logdis.io/ plugin.

A filter to JSON.parse incoming strings to objects.

Synopsis

Require logdis-core and whatever other inputs and outputs you need:

const logdisCore = require('logdis-core')
const filterToJson = require('logdis-filter-to-json')

const logdis = logdisCore()
// inputs ...
logdis.filter(filterToJson())
// filters ...
// outputs ...

Author

Andrew Chilton:

License

ISC.

(Ends)