Код: Выделить всё
f = {'results':
[{'tables':
[{'rows': [{'column1': 'dog', 'column2': 'blue', 'column3': 'sad'},
{ 'column2': 'red', 'column3': 'happy'},
{'column1': 'bird', 'column2': 'green'}]
}]}]}
Код: Выделить всё
column1 column2 column3
dog blue sad
red happy
bird green
Подробнее здесь: https://stackoverflow.com/questions/790 ... ng-columns