I have a JSON string below
[{ "attachments": [{ "comment": "communication", "comment_date_time": "2035826"} ], "spent_hours": "4.00", "description": "" }, { "attachments": [], "spent_hours": "4.00", "description": "" }]
How to remove attachments attribute from JSON string using C #. I am using JSON.net.
Irappa Bisanakoppa
source share