Inspect the structure yourself.
Parse into a hierarchical CclObject, preserve insertion order, and access strings, integers, lists, and nested records directly.
let model = sickle::load(input)?;let host = model .get("database")? .get_string("host")?;