README edits
This commit is contained in:
parent
f015517d49
commit
623b94bfc3
1 changed files with 7 additions and 9 deletions
|
@ -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}]`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue