JS: JSON[Symbol.toStringTag]
New in JS2015.
JSON[ Symbol.toStringTag ]
Value is the string "JSON"
.
〔see Determine Type of Object〕
console.log( JSON [ Symbol.toStringTag ] === "JSON" ); // true
New in JS2015.
JSON[ Symbol.toStringTag ]
Value is the string "JSON"
.
〔see Determine Type of Object〕
console.log( JSON [ Symbol.toStringTag ] === "JSON" ); // true