Input a row ID and get JSON back. It would just be the column names, so something like this would turn into this.
{
"filter_column":"D",
"display_column":"Item GHM",
"sort_column":"414",
"created_at":"123",
"updated_at":"456"
}
This would make dynamically retrieving info a lot easier :)