From 63b3ca5a7f942a4db1eb14356186db4cb6fd7800 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Tue, 26 Jul 2011 13:12:37 -0700 Subject: [PATCH] minor fixes --- src/jsx_common.hrl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/jsx_common.hrl b/src/jsx_common.hrl index 5de36ca..242f94d 100644 --- a/src/jsx_common.hrl +++ b/src/jsx_common.hrl @@ -86,8 +86,6 @@ %% json specification --type jsx_term() :: jsx_object() | jsx_array(). - -type jsx_array() :: [jsx_term()] | []. -type jsx_object() :: [{jsx_key(), jsx_term()}] | [{}].