是否为JsonFile文件
static bool isJson(String? path) => path?.contains( RegExp('json\$', caseSensitive: false), ) ?? false;