Thursday, February 1, 2018

What does JSON.stringify() do?

It takes a JSON object as an argument and converts it to a JSON string.

Here is a code:


No comments: