Nhowka / Elmish.Bridge

Create client-server Fable-Elmish apps keeping a single mindset
MIT License
139 stars 17 forks source link

use tryParseNativeAs instead of tryParseAs #23

Closed 0x53A closed 4 years ago

0x53A commented 4 years ago

see https://github.com/Zaid-Ajaj/Fable.SimpleJson/issues/40#issuecomment-562646423

tryParseAs uses a custom json parser and does not support scientific notation (-4.5474735088646412E-13).

tryParseNativeAs does.

Nhowka commented 4 years ago

Sorry it took me so long. Released on version 3.3.0.