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