//! Small pure helpers shared across FMP modules.
use Value;
pub
/// Parse an FMP date (`YYYY-MM-DD`, optionally with a trailing time) to packed
/// `YYYYMMDD`.
pub
/// First present, numeric value among `keys` (case-sensitive JSON field names).
pub