KodrAus / json_str

Rust library for tidy json string literals
Apache License 2.0
5 stars 0 forks source link

Accept escaped strings #9

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

Closes #8 Tweaks the parser to accept escaped strings. It also removes some other unnecessary parsing bits.