Ver a proveniência

update README to reflect shorter float serialization

pull/32/head
Ryan Flynn há 12 anos
ascendente
cometimento
aed0a5d626
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      README.md

+ 1
- 1
README.md Ver ficheiro

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

Carregando…
Cancelar
Guardar