JSON typedef

JSON = Object?

Type definition for JSON data.

Implementation

typedef JSON = Object? /* Map<String, JSON>|List<JSON>|String|bool|num|Null */;