-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSON.stringify() uses ", not ' #47
Comments
|
@RobLoach That's because JSON requires double quotes. |
Fixed in v2 |
@balupton As far as I can tell, this issue still persists. |
guessing the fixed was an incorrect thing - this would be a cson-parser thing - we could add an option to do a conversion here, but it is likely best another package |
Agreed; I raised an issue in |
stringifySync() uses double quotes in the output, would be better for readability if it had single quotes. Thoughts on this?
Currently:
Desired:
The text was updated successfully, but these errors were encountered: