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