1//! Record extraction from API responses. 2 3pub mod jsonpath; 4 5pub use jsonpath::extract_records;