Hi
What is the reserse function for stringify. For JSON, it’s parse.
Does it exist ?
Hi
What is the reserse function for stringify. For JSON, it’s parse.
Does it exist ?
There’s no any reverse method in the common meaning.
The point is that the stringify()
method automatically implemented when data is sending to the server, so JSON.parse()
is just what you need.