Browse Source

add EDoc for undefined_as_null encode option

Bartosz Kołodziej 8 years ago
parent
commit
c6ffc5f7d1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/jsone.erl

+ 3 - 0
src/jsone.erl

@@ -216,6 +216,9 @@
 %% `{indent, N}': <br />
 %% - Inserts a newline and `N' spaces for each level of indentation <br />
 %% - default: `0' <br />
+%%
+%% `undefined_as_null': <br />
+%% - Encodes atom `undefined` as null value <br />
 
 -type decode_option() :: {object_format, tuple | proplist | map}
                        | {allow_ctrl_chars, boolean()}