1
Reply

What is Json.Stringify?

Ritesh Singh

Ritesh Singh

8y
260
0
Reply

    A common use of JSON is to exchange data to/from a web server.When sending data to a web server, the data has to be a string.Convert a JavaScript object into a string with JSON.stringify().

    result:{"name":"John","age":30,"city":"New York"}