json method
Reads this
expression as a JSON structure and outputs the JSON in a
minified format.
For details, see https://www.sqlite.org/json1.html#jmini.
Implementation
Expression<String> json() {
return FunctionCallExpression('json', [this]);
}