0

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"
    }
}
3

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.