Match jsx:json_term() / jsx_to_term:json_value() specs for empty object.
This commit is contained in:
parent
50eff667a1
commit
5e0df7b77d
2 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
-ifndef(maps_support).
|
||||
-type json_value() :: list(json_value())
|
||||
| list({binary() | atom(), json_value()})
|
||||
| list({binary() | atom(), json_value()}) | [{},...]
|
||||
| true
|
||||
| false
|
||||
| null
|
||||
|
@ -57,7 +57,7 @@
|
|||
|
||||
-ifdef(maps_support).
|
||||
-type json_value() :: list(json_value())
|
||||
| list({binary() | atom(), json_value()})
|
||||
| list({binary() | atom(), json_value()}) | [{},...]
|
||||
| map()
|
||||
| true
|
||||
| false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue