Side navigation
#7599 closed feature (duplicate)
Opened November 22, 2010 10:25PM UTC
Closed November 23, 2010 12:13AM UTC
Last modified November 23, 2010 12:13AM UTC
JSON serialization similar to serializeArray
Reported by: | mworkuw@hotmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Given a selector it will, just serialize inputs using their name and value to JSON
<input name="FName" value="J"/>
<input name="LName" value="D"/>
will output [{"FName":"J", "LName":"D"}]
I think that will be a nice featue
Thanks