removed types and specs, since they are not supported in the default erlang's some linux distros supply
This commit is contained in:
parent
d58fc57ab4
commit
203ec6e5e0
15 changed files with 21 additions and 202 deletions
|
@ -40,8 +40,7 @@
|
|||
-export([eventify/1]).
|
||||
|
||||
|
||||
%% function and type specifications
|
||||
-include("./include/jsx.hrl").
|
||||
-include("./include/jsx_common.hrl").
|
||||
|
||||
|
||||
%% @type jsx_parser() = (binary()) -> jsx_parser_result().
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
-export([json_to_term/2, term_to_json/2]).
|
||||
|
||||
|
||||
-include("./include/jsx_eep0018.hrl").
|
||||
-include("./include/jsx_common.hrl").
|
||||
|
||||
|
||||
-ifdef(TEST).
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
-export([format/2]).
|
||||
|
||||
|
||||
-include("./include/jsx_common.hrl").
|
||||
-include("./include/jsx_format.hrl").
|
||||
|
||||
|
||||
|
|
|
@ -26,7 +26,10 @@
|
|||
|
||||
|
||||
-module(jsx_utf16).
|
||||
|
||||
-define(utf16, true).
|
||||
|
||||
-include("./include/jsx_common.hrl").
|
||||
-include("./include/jsx_decoder.hrl").
|
||||
|
||||
%% i've noticed you've noticed that there's no source here. very astute. see
|
||||
|
|
|
@ -26,7 +26,10 @@
|
|||
|
||||
|
||||
-module(jsx_utf16le).
|
||||
|
||||
-define(utf16le, true).
|
||||
|
||||
-include("./include/jsx_common.hrl").
|
||||
-include("./include/jsx_decoder.hrl").
|
||||
|
||||
%% i've noticed you've noticed that there's no source here. very astute. see
|
||||
|
|
|
@ -26,7 +26,10 @@
|
|||
|
||||
|
||||
-module(jsx_utf32).
|
||||
|
||||
-define(utf32, true).
|
||||
|
||||
-include("./include/jsx_common.hrl").
|
||||
-include("./include/jsx_decoder.hrl").
|
||||
|
||||
%% i've noticed you've noticed that there's no source here. very astute. see
|
||||
|
|
|
@ -26,7 +26,10 @@
|
|||
|
||||
|
||||
-module(jsx_utf32le).
|
||||
|
||||
-define(utf32le, true).
|
||||
|
||||
-include("./include/jsx_common.hrl").
|
||||
-include("./include/jsx_decoder.hrl").
|
||||
|
||||
%% i've noticed you've noticed that there's no source here. very astute. see
|
||||
|
|
|
@ -26,7 +26,10 @@
|
|||
|
||||
|
||||
-module(jsx_utf8).
|
||||
|
||||
-define(utf8, true).
|
||||
|
||||
-include("./include/jsx_common.hrl").
|
||||
-include("./include/jsx_decoder.hrl").
|
||||
|
||||
%% i've noticed you've noticed that there's no source here. very astute. see
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
-export([is_json/2]).
|
||||
|
||||
|
||||
-include("./include/jsx_verify.hrl").
|
||||
-include("./include/jsx_common.hrl").
|
||||
|
||||
|
||||
-ifdef(TEST).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue