vivkin / gason

Lightweight and fast JSON parser for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accurate number parsing

9il opened this issue · comments

Current implementation has inaccurate number parsing.

How to Read Floating Point Numbers Accurately by William D. Clinger - a classic paper on number parsing.

This issue is an extension of #19