pick-cli 0.1.22

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 types;
mod parser;
mod extract;
pub mod filter;
pub mod manipulate;

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