There was an error while loading. Please reload this page.
1 parent 087db5d commit 76ab400Copy full SHA for 76ab400
1 file changed
src/njson.erl
@@ -17,7 +17,7 @@
17
-export([decode/1, encode/1, encode/2]).
18
19
%%% TYPES
20
--type t() :: boolean() | number() | binary() | [t()] | #{binary() => t()}.
+-type t() :: undefined | boolean() | number() | binary() | [t()] | #{binary() => t()}.
21
22
%%% EXPORT TYPES
23
-export_type([t/0]).
0 commit comments