True if rawData is a JSON object.
True
rawData
e.g. { 'key0', 'value0', ... };
bool get isJson => rawData is Map;