pub type ValueMap = Map<String, Value>;
JSON object map used for command args and metadata.
pub struct ValueMap { /* private fields */ }