Set<String> stringSetFromJson(dynamic json, {bool growable = false,}) { return stringListFromJson(json, growable: growable).toSet().cast<String>(); }