public static Bundle ParseBundleFromJson(string json, ErrorList errors) { return(BundleJsonParser.Load(json, errors)); }
public static Bundle ParseBundle(JsonReader reader, ErrorList errors) { return(BundleJsonParser.Load(reader, errors)); }