defunctzombie / form-serialize

serialize html forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

empty: true changes return type

julkue opened this issue · comments

When having an option object like {empty: true} the return value will be an object. It's necessary to explicitly specify {empty: true, hash: false} to get a string like expected.