JS: JSON[Symbol.toStringTag]

By Xah Lee. Date: .

(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