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