Answers for "which of the function will convert a javascript object to a json string?"

56

Javascript object to JSON string

var person={"first_name":"Tony","last_name":"Hawk","age":31};
var personJSONString=JSON.stringify(person);
Posted by: Guest on July-23-2019

Code answers related to "which of the function will convert a javascript object to a json string?"

Code answers related to "Javascript"

Browse Popular Code Answers by Language