Answer Posted / Parul Srivastava
To convert JSON text into a JavaScript object, use the `JSON.parse()` method: `var obj = JSON.parse(jsonText);`, where `jsonText` is the string containing your JSON data.
| 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