brainfoolong / form-data-json

A zero dependency, cross browser library to easily get or set/manipulate form input values as/from a json object.
https://brainfoolong.github.io/form-data-json
MIT License
57 stars 10 forks source link

Add examples how to name inputs to get nested data #39

Closed KES777 closed 2 weeks ago

KES777 commented 3 weeks ago

Describe the bug It looks like the main feature of this library is not highlighted at README.md I can see that something is here: https://github.com/brainfoolong/form-data-json/blob/master/docs/index.html, but it is not clear how to view that document not in html without dowloading/intalling it locally.

brainfoolong commented 2 weeks ago

Hi. There is a official demo homepage, listed in the Github infos at the right. https://brainfoolong.github.io/form-data-json

KES777 commented 1 week ago

I am using your library couple of years, but never seen that ) It would be nice if you put that link somewhere here: image

brainfoolong commented 1 week ago

On Github, it is default that the projects homepage is always in the repository description on the right :)

But maybe i can add the link separately into Readme, just for completeness.