apollo_compiler::response

Type Alias JsonMap

Source
pub type JsonMap = Map<ByteString, JsonValue>;
Expand description

A JSON-compatible object/map with string keys and dynamically-typed values.

Aliased Typeยง

struct JsonMap { /* private fields */ }