On 7/5/19, ingo <i...@ingoogni.nl> 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to