Merge pull request #71 from srijan/patch-1
Json value can be proplist even if maps are supported
This commit is contained in:
commit
f0774bf6a6
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
||||||
|
|
||||||
-ifdef(maps_support).
|
-ifdef(maps_support).
|
||||||
-type json_value() :: list(json_value())
|
-type json_value() :: list(json_value())
|
||||||
|
| list({binary() | atom(), json_value()})
|
||||||
| map()
|
| map()
|
||||||
| true
|
| true
|
||||||
| false
|
| false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue