What is the use of json stringify?



What is the use of json stringify?..

Answer / Arpit Gupta

"JSON.stringify() is a JavaScript method that converts a JavaScript value (such as an object or a primitive) into a JSON string. It's useful for storing data persistently, sending data from the client to the server, and exchanging data between different programming languages that can parse JSON."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSON Interview Questions

which function is used to convert a JSON text into an object?

1 Answers  


Compare json with javascript?

1 Answers  


What is json array?

1 Answers  


Who is the father of json and what is the scripting language json is based on?

1 Answers  


Explain how you can convert a string into a JSON Array?

1 Answers  


What are the json objects?

1 Answers  


Do you know json tools for java developer/

1 Answers  


What is json parsing?

1 Answers  


Is json better than xml?

1 Answers  


Show how to parse JSON in JQuery?

1 Answers  


What is json object?

1 Answers  


Name the browsers that support json format?

1 Answers  


Categories