//Dart- flutter
jsonDecode(response.body.replaceAll(r"'", "'"));
//Dart - flutter
String fixed = badString.replaceAll(r"'", "'");
json.decode(fixed);
//Dart- flutter
jsonDecode(response.body.replaceAll(r"'", "'"));
//Dart - flutter
String fixed = badString.replaceAll(r"'", "'");
json.decode(fixed);