• stringify serializes a JSON Value. Note that this differs from JSON.stringify in the following points.

    • Stringification of Scientific uses its toString() method s.t. such numbers are printed as e.g. 10e5, or 10, etc.

    • This does no checks for cyclic objects

    Parameters

    Returns string

Generated using TypeDoc