We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d2c9f commit b6d6811Copy full SHA for b6d6811
README.md
@@ -656,6 +656,10 @@ While the `schema` is currently validated for any developer errors,
656
there is no guarantee that supplying user-generated schema could not
657
expose your application to remote attacks.
658
659
+Users are responsibile for sending trusted data. `fast-json-stringify` guarantees that you will get
660
+a valid output only if your input matches the schema or can be coerced to the schema. If your input
661
+doesn't match the schema, you will get undefined behavior.
662
+
663
<a name="debug"></a>
664
### Debug Mode
665
0 commit comments