clarification in json -> erlang mapping section of README
This commit is contained in:
parent
baf31783db
commit
90520b9c0c
1 changed files with 1 additions and 1 deletions
|
@ -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**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue