Apologies if this seems basic, but I have the following json
{
"id": "71e590d2-ab61-47ae-9ada-b9cedbf309bc",
"user_firstname": "Tommy",
"user_lastname": "Tester",
"user_displayname": "Tommy Tester",
"user_primary_email": "tommy@tester.com"
}
I just want to convert this to a string in a C# function that is accepted by our system so
"{\"id\":\"71e590d2-ab61-47ae-9ada-b9cedbf309bc\",\"user_firstname\":\"Tommy\",\"user_lastname\":\"Tester\",\"user_displayname\":\"Tommy Tester\",\"user_primary_email\":\"tommy@tester.com\"}"
I can do it manually using this online tool https://tools.knowledgewalls.com/jsontostring