streamson-lib 6.3.0

Library for processing large JSONs
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Collection of json processing strategies

pub mod convert;
pub mod extract;
pub mod filter;
pub mod trigger;

pub use convert::Convert;
pub use extract::Extract;
pub use filter::Filter;
pub use trigger::Trigger;