Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.08 KB

File metadata and controls

25 lines (18 loc) · 1.08 KB

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 quote option to stringify() 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 Date or RegExp objects 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.