The JSON API of SQLite allows new ways to combine multiple queries together. However, in order to create JSON objects, all of the column names must be known ahead of time. This can be a bit tedious to get right.
This tool will try to auto-detect your column names and generate a wrapper query that is ready to go without any dependencies.