pick-cli 0.1.24

Extract, filter, and transform values from JSON, YAML, TOML, .env, HTTP headers, logfmt, CSV, and more
Documentation
1
2
3
4
5
6
7
8
mod extract;
pub mod filter;
pub mod manipulate;
mod parser;
mod types;

pub use extract::{apply_builtin, execute, execute_pipeline, extract, value_type_name};
pub use types::*;