Json value can be proplist even if maps are supported

This commit is contained in:
Srijan Choudhary 2015-01-03 18:59:08 +05:30
parent d4d838d4f4
commit 3165dd9c54

View file

@ -57,6 +57,7 @@
-ifdef(maps_support).
-type json_value() :: list(json_value())
| list({binary() | atom(), json_value()})
| map()
| true
| false