in Education by
I am trying to deserialize a JSON string but I get an error: var response = jss.Deserialize>(responseValue); I got an error that : Type 'System.String' is not supported for deserialization of an array. I think that the error will be fixed if I change \" with ' this is the string "{\"data\":[],\"error\":1,\"error_msg\":\"could not find associated database\",\"message\":\"Please check sr_no that you have sent\"}" I want it like this "{'data':[],'error':1,'error_msg':'could not find associated database','message':'Please check sr_no that you have sent'}" I have tried this using function as following but didn't work for me responseValue.Replace("\"","'"); JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
If you are expecting changes in same variable then you need to set it again with returned results. responseValue = responseValue.Replace(@"\"","'");

Related questions

0 votes
    I am trying to deserialize a json string received as a response from the service. The client is Windows ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    What is difference between including the header file with-in angular braces < > and double quotes “ “?...
asked Jan 17, 2021 in Technology by JackTerrance
0 votes
    What is difference between including the header file with-in angular braces < > and double quotes “ “?...
asked Jan 17, 2021 in Technology by JackTerrance
+1 vote
    What is difference between including the header file with-in angular braces < > and double quotes “ “?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    I have a Double which could have a value from around 0.000001 to 1,000,000,000.000 I wish to ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
0 votes
    Recently I asked a question regarding preg_match_all with php, and i got the perfect solution as expected ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 11, 2022 in Education by JackTerrance
0 votes
    I have a $_GET[q] from the URL. I am trying to ECHO the search term back into the search box. ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 6, 2022 in Education by JackTerrance
0 votes
    I have a $_GET[q] from the URL. I am trying to ECHO the search term back into the search box. ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 4, 2022 in Education by JackTerrance
0 votes
    Any data written in double quotes is a numeric constant true / false Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
+1 vote
    What is the behavioral difference when the header file is included in double-quotes (“”) and angular braces (<>)?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    Which of these is an interface for control over serialization and deserialization? (a) Serializable (b) ... questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    What is deserialization? (a) Turning object in memory into stream of bytes (b) Turning stream of bytes ... questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    Which of the following methods is not used while Serialization and DeSerialization? (a) readObject() (b) ... questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    I need to check if url exists and can be reached. In order to do it I send Get request and ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 23, 2022 in Education by JackTerrance
0 votes
    I have this XML file and am able to read it, but it breaks and returns null once it gets to the ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 27, 2022 in Education by JackTerrance
...