Table To JSON
jQuery plugin to serialize HTML tables into javascript objects.
Features
- Automatically finds column headings
- Override found column headings by usingĀ data-override='overridden column name'
- Always uses first row as column headings regardless of th and tdĀ tags
- Override cell values column names by using data-override='new value'
- Ignorable columns
- Not confused by nested tables
- Works with rowspan and colspan