Trouble in Deserializing from a JSON String(which contains special characters) in C#
I have the following JSON in C# : string extractedText = " [ { "mainQuestion": "Question 5: Attempt Any 2 [5 x 2 = 10]", "question": "Write a C program to define a structure called student that contains the following…