Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1003 Bytes

File metadata and controls

12 lines (9 loc) · 1003 Bytes

JSON

JSONbin: a personal RESTful API service 4/6
JSONPlaceholder 12/12/2019
.parse() The JSON.parse() method parses a JSON string, constructing the JavaScript value or object described by the string. An optional reviver function can be provided to perform a transformation on the resulting object before it is returned.
.stringify() The JSON.stringify() method converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.