We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
var myJson = superJson.Create(); myJson.stringify(myJson.parse(myJson.stringify({foo: function(a) {return a;}})));
This fails with: Error: Functions must have a working toString methodin order to be serialized
This fails with: Error: Functions must have a working toString methodin order to be serialized