Newtonsoft.Json之JArray, JObject, JProperty,JValue

JObject staff = new JObject();             staff.Add(new JProperty("Name", "Jack"));             staff.Add(new JProperty("Age", 33));             staff.Add(new JProperty("Department", "Personnel Depar
相關文章
相關標籤/搜索