Explain how to transform JSON text to a JavaScript object?
Answer Posted / Brijraj Singh Shaktawat
Transforming JSON text into a JavaScript object can be done using $.parseJSON() in jQuery or JSON.parse() in native JavaScript. Here is an example: var obj = JSON.parse('{"key":"value"}');
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category