Skip to content

JSON.stringify not respected #94

@RomainSF

Description

@RomainSF

JSON.stringify(this._request, 2, null)

it should be:

JSON.stringify(this._request, null, 2)

Specs:
JSON.stringify(value)
JSON.stringify(value, replacer)
JSON.stringify(value, replacer, space)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions