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