Просмотр исходного кода

add some documentation as requested

Benoit Chesneau 8 лет назад
Родитель
Сommit
9db43fdb9d
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      src/jsone.erl

+ 3 - 0
src/jsone.erl

@@ -193,6 +193,9 @@
 %% `native_utf8': <br />
 %% - Encodes UTF-8 characters as a human-readable(non-escaped) string <br />
 %%
+%% `canonical_form': <br />
+%% - produce a canonical form of a JSON document <br />
+%%
 %% `{float_format, Optoins}':
 %% - Encodes a `float()` value in the format which specified by `Options' <br />
 %% - default: `[{scientific, 20}]' <br />