sdk-node icon indicating copy to clipboard operation
sdk-node copied to clipboard

JSON.stringify not respected

Open RomainSF opened this issue 5 months ago • 0 comments

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)

RomainSF avatar Sep 20 '24 10:09 RomainSF