c#解析で返されるjsonデータ

1515 ワード

インタフェースが返すコンテンツフォーマットは、以下のjson文字列のように、C#でどのように解析し、その値を取得しますか?
{
	"message": "ok",
	"nu": "367847964498",
	"ischeck": "1",
	"condition": "F00",
	"com": "shunfeng",
	"status": "200",
	"state": "3",
	"data": [{
		"time": "2017-09-21 09:33:09",
		"ftime": "2017-09-21 09:33:09",
		"context": "   ,      ,        ",
		"location": ""
	}, {
		"time": "2017-09-21 09:09:48",
		"ftime": "2017-09-21 09:09:48",
		"context": "       ,      (    :18806439871)",
		"location": ""
	}, {
		"time": "2017-09-21 07:02:41",
		"ftime": "2017-09-21 07:02:41",
		"context": "     【             】",
		"location": ""
	}, {
		"time": "2017-09-20 15:32:00",
		"ftime": "2017-09-20 15:32:00",
		"context": "   【            】   ,       ",
		"location": ""
	}, {
		"time": "2017-09-20 13:37:08",
		"ftime": "2017-09-20 13:37:08",
		"context": "     【            】",
		"location": ""
	}, {
		"time": "2017-09-20 10:47:07",
		"ftime": "2017-09-20 10:47:07",
		"context": "   【        】   ,       ",
		"location": ""
	}