示例#1
0
 public static void AddJSONData(Dictionary <string, object> outDict, string key, JSONData obj)
 {
     outDict.Add(key, obj.ToJSONData());
 }