isJson property

bool isJson

Returns whether this media type is structured as a JSON file.

Implementation

bool get isJson => matches(json) || structuredSyntaxSuffix == "+json";