JSON
अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!
JS Objects can be converted into:
JSON
Define JSON
JavaScript Object Notation is a format for storing and transporting data.
parse()
Parses a JSON string and returns a JS object
stringify()
The function used to convert a JavaScript object to a string is JSON.
JSON can not be
a function, a date, or undefined
JSON CAN be
string, number, object (with valid JSON values), an array, boolean, or null
JSON is what type of data format?
text