Merge remote-tracking branch 'origin/develop'

This commit is contained in:
zhanghongtong 2020-03-16 12:10:15 +00:00
commit 4cb4cb992d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
-spec(encode(json_term()) -> json_text()). -spec(encode(json_term()) -> json_text()).
encode(Term) -> encode(Term) ->
encode(Term, []). encode(Term, [force_utf8]).
-spec(encode(json_term(), encode_options()) -> json_text()). -spec(encode(json_term(), encode_options()) -> json_text()).
encode(Term, Opts) -> encode(Term, Opts) ->