form

postするデータをjson化してpostすればcollectionなどにも対応出来そう。

例えば以下のようなhtmlを <form> <input type="submit"> <div>event <input name="name" placeholder="event name"/> </div> <div collection="participants"> <div>user: <input name="name" placeholder="user name"> <input age="age" placeholder="0" type="number"> </div></div></form>