Skip to content

json-parser v1.2.0

Compare
Choose a tag to compare
@Barenboim Barenboim released this 29 Oct 09:13
· 21 commits to main since this release

Improvement

  • No more using 'strtod()'. Parse JSON number manually and make about 3 times speedup compared with 'strtod()'. Support parsing float point number with up to 1,000,000 decimal figures.