You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've also received a bug report that numbers are not always quoted, which shouldn't be necessary.
I guess quoting behavior should be an enum: always,onlyStrings,onlyWhenNecessary (something like that)
This should be easy to implement, and make everyone happy.
The enum would be nice. As for the default, I recommend quoting only when it is required. This will result in the smallest file size and will be easier to read the raw output.
[ '1', 3 ] should result in '"1",3'
Currently 1 is not quoted.
The text was updated successfully, but these errors were encountered: