Iterate through html table using jQuery, converting the data in the table into JSON
- by rama-m
I came across a case where I have to convert html table data into json. In this process I have to iterate through table and convert one by one(row) into array and then convert the whole array into json? Need help in iterating through table(each ow and column)?