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

Empty arrays / objects #34

Open mathiasbynens opened 7 years ago

mathiasbynens commented 7 years ago

With compact: false, they should probably stringify to [] & {} rather than…

[
]

{
}