#7599 closed feature (duplicate)
JSON serialization similar to serializeArray
Reported by: | 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
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #5947.