String mpinsertResponseToJson(List<String> data) => json.encode(List<dynamic>.from(data.map((x) => x)));