pub trait HasData { // Required method fn data(&self) -> HashMap<String, Value>; }
Returns an owned JSON‐object map of this value.