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
|
@ -20,8 +20,6 @@
|
|||
%% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
%% THE SOFTWARE.
|
||||
|
||||
-include("jsx_common.hrl").
|
||||
|
||||
|
||||
|
||||
-record(format_opts, {
|
||||
|
@ -40,7 +38,4 @@
|
|||
-define(start_object, ${).
|
||||
-define(end_object, $}).
|
||||
-define(start_array, $[).
|
||||
-define(end_array, $]).
|
||||
|
||||
|
||||
-spec format(JSON::binary(), Opts::format_opts()) -> binary() | iolist().
|
||||
-define(end_array, $]).
|
Loading…
Add table
Add a link
Reference in a new issue