0 votes
in JSON by

Mention what is the role of JSON.stringify?

1 Answer

0 votes
by

Mention what is the role of JSON.stringify?

JSON.stringify() converts an object into a JSON text and saves that JSON text in a string.

...