How to Convert JS object to JSON string?
defined an object in JS with:
With JSON.stringify()
found in json2.js or native in most modern browsers.
son Stringify can convert our js object to json
JSON.stringify() method to convert JSON object to String.