Closed nicolo-ribaudo closed 10 months ago
Fixes #2184
Is there any reason for this not being JSON.stringify({ ... that object ... }) and avoid a lat of escaping?
JSON.stringify({ ... that object ... })
Ah good call, we should probably just call JSON.stringify() there.
JSON.stringify()
Updated 👍
Fixes #2184
Is there any reason for this not being
JSON.stringify({ ... that object ... })
and avoid a lat of escaping?