Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make strict string parsing conform to RFC 8259
String parsing previously did not differ between strict and non-strict modes, but was not fully compliant with RFC 8259. RFC 8259 requires that control characters (code points < 0x20) be escaped. This is now enforced in strict mode. In addition, non-strict mode now does *no* validations on string contents, much like primitives in non-strict mode.
- Loading branch information