JsonValue typedef

JsonValue = Object?

Represents any valid JSON value

Implementation

typedef JsonValue = Object?;