README edits

This commit is contained in:
alisdair sullivan 2011-11-30 20:08:32 -08:00
parent f015517d49
commit 623b94bfc3

View file

@ -67,12 +67,10 @@ see `term_to_json/1,2` for types and options
## json <-> erlang ##
**json** | **erlang**
----------------|----------------
--------------------------------|--------------------------------
`number` | `integer()` | `float()`
`string` | `binary()`
`true` | `true`
`false` | `false`
`null` | `null`
`true`, `false` and `null` | `true`, `false` and `null`
`array` | `list()`
`object` | `[{}]` | `[{binary(), JSON}]`