From 90520b9c0c186c6830521ab9623f9cb7c8675b8c Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 5 Mar 2012 19:44:01 -0800 Subject: [PATCH] clarification in json -> erlang mapping section of README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e343057..91475b3 100644 --- a/README.markdown +++ b/README.markdown @@ -149,7 +149,7 @@ this implementation is interruptable and reentrant and may be used to incrementa `number` | `integer()` OR `float()` `string` | `binary()` `true`, `false` and `null` | `true`, `false` and `null` -`array` | `list()` +`array` | `[]` OR `[JSON]` `object` | `[{}]` OR `[{binary(), JSON}]` **json**