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