Check if a single event JSON string exceeds the size limit.
static bool isOversized(String json) { return utf8.encode(json).length > maxSingleEventBytes; }