Closed skoro closed 4 years ago
Offer a table view for some JSON responses. For example, if a JSON is array and has only one level it can be displayed as a table:
[ {id: 1, name: "First value", status: true}, {id: 2, name: "Second value", status: true}, {id: 3, name: "Third value", status: true}, .... ]
Implemented.
Offer a table view for some JSON responses. For example, if a JSON is array and has only one level it can be displayed as a table: