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