json-parser-toy icon indicating copy to clipboard operation
json-parser-toy copied to clipboard

Let's write a parser in Rust!

Results 1 json-parser-toy issues
Sort by recently updated
recently updated
newest added

This is just a small fix for parsing exponential notation, which allows to use of the capital letter `E` for this purpose. The existing test for parsing floating point numbers...