Closed brownoxford closed 11 months ago
This PR calls JSON.stringify() statically instead of calling stringify() on an instance of JSON.
JSON.stringify()
stringify()
Thank you for the amazing work you are doing helping me maintaining this library.
What kind of change does this PR introduce?
This PR calls
JSON.stringify()
statically instead of callingstringify()
on an instance of JSON.