nikita-volkov / ptr-poker

Pointer poking action construction and composition toolkit
http://hackage.haskell.org/package/ptr-poker
MIT License
8 stars 5 forks source link

Fix: when converting a double to string, add a leading 0 for base < 1… #2

Closed awgn closed 3 years ago

awgn commented 3 years ago

JSON spec does not allow for a number to start with dot, hence a leading 0 is required.

nikita-volkov commented 3 years ago

Thanks. It's released now