static Future<String> getJsonString(String filePath) async { return await rootBundle.loadString('assets/$filePath'); }