hockeyhurd / rson

A simple JSON library for the Rust programming language.
Apache License 2.0
1 stars 0 forks source link

Error parsing/lexing of empty strings #16

Closed hockeyhurd closed 3 months ago

hockeyhurd commented 3 months ago

The below example currently does not work. This appears to be an issue with the lexer on line ~369 where we check to see if the buffer was empty (i.e. empty string) or not.

{ "empty_string": "", "empty_array": [] }