what is best way to serialize below string in c# and How will i handle c# keyword "this" in this case.
{
this:
{
appId: "asd123dasfkioj240234kfwoe90fjiwcsskjf0"
}
}
Or
{
"this":
{
"appId":"asd123dasfkioj240234kfwoe90fjiwcsskjf0"
}
}
@. For examplepublic MyType @this {get;set;}[JsonProperty]to solve your issue, check this answer: stackoverflow.com/a/24536739/558486root.@this.