JsonObject typedef

JsonObject = Map<String, Object?>

Represents a single JSON object.

Implementation

typedef JsonObject = core.Map<core.String, core.Object?>;