0 votes
in JSON by
What is the use of JSON Stringify?

1 Answer

0 votes
by

The JSON.stringify() method converts a JavaScript value to a JSON string, optionally replacing values if a replacer function is specified, or optionally including only the specified properties if a replacer array is specified.

Related questions

0 votes
asked Jul 21, 2020 in JSON by SakshiSharma
0 votes
asked Jul 20, 2020 in JSON by Robindeniel
...