JSONToken.this - multiple declarations
Function JSONToken.this
Constructs a token from a primitive data value
this
(
typeof(null)
);
Function JSONToken.this
Constructs a token with a specific kind.
this
(
Kind kind
);
Note that only kinds that don't imply additional data are allowed.