Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 156 Bytes

Javascript.md

File metadata and controls

5 lines (3 loc) · 156 Bytes

Javascript

Convert a JavaScript object into a string with JSON.stringify(). Parse the data with JSON.parse(), and the data becomes a JavaScript object.