//! SBOM serialization and transformation.
//!
//! Operates on raw JSON (`serde_json::Value`) to inject enrichment data,
//! filter components, or merge SBOMs — preserving the original format structure.
pub use enrich_sbom_json;
pub use ;
pub use ;
use Value;
/// Extension trait for convenient JSON field access.
pub