Question
What is the role of JSON.stringify ?

Answers

JSON.stringify() turns an object into a JSON text and stores that JSON text in a string.

So If we stringfy above notation , it will become

{"name":"xyz","gender":"male";"age":30}   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q How are the elements of a gridlayout organized?
  • Q What amount of catalyst is consumed in the reaction it catalyzes?
  • Q What phases does a site lifecycle consist?
  • Q Book 'Road to the deep north' that won Men's Booker award is written by
  • Q Which type of reaction produces the most harmful radiation?
  • Q The Caspian sea, the largest inland sea or lake in the world , is located:
  • Q What languages and codes are supported by ireport?
  • Q Difference between Event propagation & Event delegation
  • Q No. of comparisons of an item in 100 items by binary comparison?
  • Q There is an art style in India which is a mix of Indian and Greek style. What is the name given to it?
  • Q How do you tell the compiler to make a non-member function inline?