You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.