私はJSON以下のような文字列を持っています
[{
"attachments": [{ "comment": "communication", "comment_date_time": "2035826"} ],
"spent_hours": "4.00",
"description": ""
},
{
"attachments": [],
"spent_hours": "4.00",
"description": ""
}]
C# を使用attachmentsして文字列から属性を削除するにはどうすればよいですか。JSONJSON.netを使用しています。