Merge pull request #71 from srijan/patch-1

Json value can be proplist even if maps are supported
This commit is contained in:
alisdair sullivan 2015-01-04 15:08:07 -08:00
commit f0774bf6a6

View file

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