stringify serializes a JSON Value. Note that this differs from JSON.stringify in the following points.
stringify
JSON.stringify
Stringification of Scientific uses its toString() method s.t. such numbers are printed as e.g. 10e5, or 10, etc.
toString()
10e5
10
This does no checks for cyclic objects
Generated using TypeDoc
stringify
serializes a JSON Value. Note that this differs fromJSON.stringify
in the following points.Stringification of Scientific uses its
toString()
method s.t. such numbers are printed as e.g.10e5
, or10
, etc.This does no checks for cyclic objects