From 4cf557a84889055514af2e3c4edf281df9f3b84a Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 10 Jul 2013 05:26:19 +0000 Subject: [PATCH] remove unesscessary line from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 057585b..3180a5b 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,6 @@ real_json(Result) when is_tuple(Result, 2) -> Result; real_json(_) -> erlang:error(badarg). ``` -here is a table of how various json values map to erlang: ### json <-> erlang mapping ###