KodrAus / json_str

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

Use proper parsers #10

Open KodrAus opened 7 years ago

KodrAus commented 7 years ago

This library is using a kind of home-grown sanitising parser. That was ok when it was simple but it's getting a bit more complex now.

For future maintainability, and potential performance improvements, we should replace the parser with something like nom.