Documentation for the "questions" JSON key.
Questions are simple SQL statements that return one, and only one boolean (true/false) value.
This is a light-weight way to get a boolean answer to a question without using select beans or counters
The key questions is a JSON Array on the view JSON object, for example:
"views": [
{
"fields": [
...
],
"questions": [
...
]
}
]
Questions on views follow the same standards as those for tables.
Please see the questions page for more details