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