Module strategy

Module strategy 

Source
Expand description

Collection of json processing strategies

Re-exports§

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

Modules§

all
The main logic processing all elements from JSON
convert
The main logic of JSON converting
extract
The main logic of JSON extracting
filter
The main logic of JSON filtering
trigger
The main logic of trigger JSON processing

Structs§

OutputConverter

Enums§

Output

Traits§

Strategy