Answers for "typescript convert json string to json object"

1

json to object typescript

let obj: MyObj = JSON.parse('{ "myString": "string", "myNumber": 4 }');
Posted by: Guest on June-05-2020

Code answers related to "typescript convert json string to json object"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language