kennethkoontz / mold

Web framework using node.js
http://kennethkoontz.github.com/mold/
1 stars 0 forks source link

this.postData is being parsed incorrectly #5

Closed kennethkoontz closed 12 years ago

kennethkoontz commented 12 years ago

Mold parsed a form that has a title and description as:

{ '{"title":"first title","description":"Second description."}': '' }

This is incorrect. It should parse the form as:

{"title":"first title","description":"Second description."}