Tuesday 21 November 2017

What is the difference between JSON.parse and JSON.stringify??

JSON.parse - Converts a string of JSON text into a javascript object.

JSON.stringify - Converts a javascript object into JSON text and stores that JSON text in a string.

No comments:

Post a Comment

extraClientlibs Usage

The purpose of property "extraClientlibs" is to selectively load client library for a dialog. This prevents the unnecessary load o...