pub fn set_path(path: &str, value: CborValue) -> CborValueExpand description
Build a nested CborValue map from a dot-path and a value. e.g., set_path(“input.sentiment”, val) → Map { “input”: Map { “sentiment”: val } } Empty path returns the value itself.