Closed jonasbadstuebner closed 1 year ago
Unfortunately the length check change in #2 broke the parsing of empty strings. So I added a check for the byte array containing bytes representing the JSON empty string.
I tested it this time.
Looks good, I realised it might be good to add tests so I'm working on that, maybe you could review that once I have that up
Unfortunately the length check change in #2 broke the parsing of empty strings. So I added a check for the byte array containing bytes representing the JSON empty string.
I tested it this time.