What js-specific properties are skipped by json.stringify method?
Answer Posted / Sanjay Negi
[n {n "property": "Functions, RegExp objects, Date objects, Error objects, Map objects, Set objects, and WeakMap objects.n ",n "example": "These object types are not supported by JSON and will be converted into null or an empty string when serialized with json.stringify()."n },n {n "property": "Symbolsn ",n "example": "Symbols, a new data type introduced in ES6, are also not supported by JSON."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category