On 7/5/19, ingo <[email protected]> wrote:
> The following:
>
> json_object (
>   'data', json_group_array(
>      json_object(
>        'type', type,
>        'id', notebook_id,
>        'attributes', json_object(
>           'book', book,
>           'total_notes', total_notes
>        ), ...etc
>
> results in:
>
> {"data":"[{\"type\":\"notebook\",\"id\":2,\"attributes\":{\"book\":\"brew\",\...

Unable to repro the problem.

Can you please send a complete example?  Also send the version number
of SQLite that you are running.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to