Type Definition figment::value::Dict[][src]

type Dict = Map<String, Value>;

An alias to a Map from String to Values.