I have JSON
string as below
[{
"attachments": [{ "comment": "communication", "comment_date_time": "2035826"} ],
"spent_hours": "4.00",
"description": ""
},
{
"attachments": [],
"spent_hours": "4.00",
"description": ""
}]
How can i remove the attachments
attribute from the JSON
string using C#. I am using JSON.net.