Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

the ____ method converts any object to a string.

JSON.stringify(myObject)
JSON.parse(myObject)

Stringify method converts object to string

Parse method converts string to object
 
PREVIOUS NEXT
Tagged: #method #converts #object
ADD COMMENT
Topic
Name
1+3 =