Merge pull request #39 from JosephCrowe/develop
Fix type json_term/0 to match reality.
This commit is contained in:
commit
a39baa4efc
1 changed files with 4 additions and 3 deletions
|
@ -42,8 +42,9 @@
|
|||
-endif.
|
||||
|
||||
|
||||
-type json_term() :: list({binary(), json_term()})
|
||||
| list(json_term())
|
||||
-type json_term()
|
||||
:: [{binary() | atom(), json_term()}]
|
||||
| [json_term()]
|
||||
| true
|
||||
| false
|
||||
| null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue