issues_fts: 267516329
This data as json
rowid | title | body |
---|---|---|
267516329 | Better JSON response options | Default returns this: { “Columns”: [“id”, “name”, “age”], “Rows”: [ [45, “Simon”, 36] ] } .jsono instead returns a list of objects each duplicating the headers in its keys. They both probably share the same pagination mechanism so it might not be a jsono flat list. |