alavrik / erlson

Erlang Simple Object Notation - dynamic name-value dictionary data type and syntax for Erlang
MIT License
81 stars 17 forks source link

Accept iodata() when parsing. #7

Closed ewanmellor closed 11 years ago

ewanmellor commented 11 years ago

These functions are currently declared to accept iolist(), but they accept binaries just as well, so they should accept iodata().

alavrik commented 11 years ago

Merged. Thanks!