ActivityStartDate
残りのサービスから以下の JSON 形式で返されたデータがあり、データをグループ化して format で表示したいと考えています。繰り返し処理して group by を作成することはできますActivityStartDate
が、より多くのアイテムが返される場合、これは効率的な方法ではないようです。
それを達成するためのより良い方法はありますか?
{
"results": [
{
"Id": 1,
"Title": "Food Promotion - 1",
"ActivityStartDate": "2015-12-12T08:00:00Z",
"ActivityEndDate": "2016-01-12T08:00:00Z",
"ActivityDescription": "Two for one if dream and do not dream of fack promotions",
"ShowInHistory": true,
"ShowUpdated": true,
"Modified": "2015-12-14T21:28:37Z",
"Created": "2015-12-14T21:28:37Z"
}
]
}