If you are patching a security vulnerability, please do not submit a pull request. Instead, follow the guidelines described in our security policy.
If you are submitting a bug fix for an error or fixing an incompatibility with the official JSON5 specification, please continue.
If you are submitting a feature request or code improvement that is compatible with the official JSON5 specification, please continue.
An example of this is adding a
quoteoption tostringify()that allows the user to chose which quote character is used.
If you are submitting a feature request or code improvement that is incompatible with the official JSON5 specification, please open a pull request on the specification repository instead.
An example of this is adding first class support for
DateorRegExpobjects to the JSON5 format. This is outside the scope of this project.
Thank you for your cooperation. You may delete this message and the instructions above.