isJsonObject function

bool isJsonObject(
  1. String str
)

Implementation

bool isJsonObject(String str) => str.trim().startsWith("{");