mathiasbynens / jsesc

Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
https://mths.be/jsesc
MIT License
716 stars 53 forks source link

feat: support Date object serialization, make json more consistent with JSON.stringify #58

Closed skeggse closed 3 years ago

skeggse commented 4 years ago

Fixes #56, #57.

skeggse commented 3 years ago

I don't have use for this anymore, and I think I decided much of the problem I was encountering was just me using the wrong tool.