瀏覽代碼

update README to reflect shorter float serialization

pull/32/head
Ryan Flynn 12 年之前
父節點
當前提交
aed0a5d626
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      README.md

+ 1
- 1
README.md 查看文件

@ -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

Loading…
取消
儲存