JsonArray typedef

JsonArray = List<Object?>

Represents JSON arrays

Implementation

typedef JsonArray = List<Object?>;