simplify exportation of tests, add strings to test suite

This commit is contained in:
alisdair sullivan 2013-02-11 19:06:44 -08:00
parent eaf19cde9c
commit 2f47fdd642
8 changed files with 79 additions and 90 deletions

View file

@ -22,6 +22,7 @@
-module(jsx).
-compile(export_all).
-export([encode/1, encode/2, decode/1, decode/2]).
-export([is_json/1, is_json/2, is_term/1, is_term/2]).