This is a rad plugin! I personally think it would be cool if it also supported dot notation, e.g: ``` html <input name="dream.as.vividly.as.you.can" value="g"> ``` would parse the same as: ``` html <input name="dream[as][vividly][as][you][can]" value="g"> ```