JSON typedef

JSON = Map<String, Object?>

Implementation

typedef JSON = Map<String, Object?>;