Represents JSON objects (maps from strings to JSON values)
typedef JsonObject = Map<String, Object?>;