Check if a file path is a places.json file.
static bool isMainPlacesFile(String filePath) { return filePath.endsWith('/places.json') || filePath.endsWith('\\places.json'); }