ibmruntimes / yieldable-json

Asynchronous JSON parser and stringify APIs that make use of generator patterns
Other
145 stars 22 forks source link

src: handle vertical tab escaping #33

Open yathamravali opened 2 years ago

yathamravali commented 2 years ago

Both APIs fail when the key or value contain vertical tab. Fix that by adding escape sequencing for vertical tab

Add two unit tests to validate this scenario. Fixes: #31