create json into js object code example
Example 1: js create json from object
JSON.stringify(the_data);
Example 2: how to convert json to javascript object
local storage JSON.parse
JSON.stringify(the_data);
local storage JSON.parse