showing results for - "json stringify 28data 29 angular"
Moritz
31 Feb 2016
1
2const obj = {name: "John", today: new Date(), city : "New York"};
3
4const myJSON = JSON.stringify(obj);
5
6