The SQLite json_group_object()
function is an aggregate function that returns a JSON object comprised of all name/value pairs in the aggregation.
In other words, it constructs a JSON object from the values provided by its arguments.
Continue reading