2017年6月9日 星期五

JSON 資料轉換

1
2
JObject json = JObject.Parse(jsonstring);
MyObject myobj = json.ToObject<MyObject>());

沒有留言 :

張貼留言