clarification in json -> erlang mapping section of README

This commit is contained in:
alisdair sullivan 2012-03-05 19:44:01 -08:00
parent baf31783db
commit 90520b9c0c

View file

@ -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**