KodrAus / json_str

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

Clean up json parser #7

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

Just a bit of boy-scouting while I'm in the area. Removes some redundant junk from parse and makes it a bit more efficient by not doing unnecessary checks.

Based off #6