Closed isRyven closed 4 years ago
So using something like that doesn't work:
JSON.stringify({a:1,b:2}, undefined, new Number(4));
According to specification it clearly should accept either String or Number objects.
String
Number
So using something like that doesn't work:
According to specification it clearly should accept either
String
orNumber
objects.