skoro / Rio

Simple, lightweight and cross platform REST client
2 stars 0 forks source link

Table view for the json response #5

Closed skoro closed 4 years ago

skoro commented 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},
  ....
]
skoro commented 4 years ago

Implemented.