Skip to content

Releases: mazondo/formalizedata

Now supports bracket syntax

14 Dec 00:52
Compare
Choose a tag to compare

Fully backward compatible, but also supports bracket syntax common in rails projects, for example:

<input name="person[name]" value="Ryan"></input>

will result in

{
  "person" : {
    "name" : "Ryan"
  }
}

1.0

19 Jun 22:02
Compare
Choose a tag to compare
1.0

First Bower release, fully functional. See README