A SQLite helper for turning a subquery into a JSON object.
The subquery must only return one row.
NOTE: This helper only works correctly if you've installed the ParseJSONResultsPlugin.
Otherwise the nested selections will be returned as JSON strings.
A SQLite helper for turning a subquery into a JSON object.
The subquery must only return one row.
NOTE: This helper only works correctly if you've installed the
ParseJSONResultsPlugin. Otherwise the nested selections will be returned as JSON strings.The plugin can be installed like this:
Examples
The generated SQL (SQLite):