How can I represent the following json object in bootstrap-table
{
"SourceFile": "/opt/lampp/htdocs/metaviewer/uploads/2438071792_19ed1df293_o.jpg",
"ExifToolVersion": 10.8,
"FileName": "2438071792_19ed1df293_o.jpg",
"Directory": "/opt/lampp/htdocs/metaviewer/uploads",
"FileSize": "123 kB",
"FileModifyDate": "2019:07:01 21:59:19-05:00",
"FileAccessDate": "2019:07:01 21:59:19-05:00",
"FileInodeChangeDate": "2019:07:01 21:59:19-05:00",
"FilePermissions": "rw-r--r--",
"FileType": "JPEG",
"FileTypeExtension": "jpg",
}
I want to represent a column with the (key) and the next column with the (value) of the json object but that is recursive, that does not have to be specified in the value field, that works for N key records: value