Selaa lähdekoodia

update README to reflect shorter float serialization

pull/32/head
Ryan Flynn 12 vuotta sitten
vanhempi
commit
aed0a5d626
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      README.md

+ 1
- 1
README.md Näytä tiedosto

@ -25,7 +25,7 @@ Errors are raised as exceptions.
2> Doc = {[{foo, [<<"bing">>, 2.3, true]}]}. 2> Doc = {[{foo, [<<"bing">>, 2.3, true]}]}.
{[{foo,[<<"bing">>,2.3,true]}]} {[{foo,[<<"bing">>,2.3,true]}]}
3> jiffy:encode(Doc). 3> jiffy:encode(Doc).
<<"{\"foo\":[\"bing\",2.2999999999999998224,true]}">>
<<"{\"foo\":[\"bing\",2.3,true]}">>
Data Format Data Format

Ladataan…
Peruuta
Tallenna