I am stuck i.e.
I wish to remove "expdtl" from json file using JSON.NET using C#
I am new to this!
Here is the Json File
json.txt
...
{
"einvoices":[
{
"self_gstin":"29AACPC6144K000",
"irnreq":"Y",
}
**"expdtl": {
"expcat": "null",
"wthpay": "null",
},**
}]
...