On 4 September 2017 at 15:37, Bart Smissaert <[email protected]>
wrote:
> Trying this out, so I edited the source and indeed now there is no crash.
> I get however a message:
>
> malformed JSON
>
> This is the dump of that testing table, dataset:
>
> doc
> {"field1": [{"value": "val1"}, {"value": "val2"}]
> {"field1": [{"value": "val3"}, {"value": "val2"}]
> {"field1": [{"value": "val4"}, {"value": "val1"}]
>
> Is there anything wrong with this JSON data?
>
Yes, it's malformed.
... :P
Specifically, there's no closing curly brace for the top-level object.
{"field1":
[
{"value": "val1"},
{"value": "val2"}
]
*** MISSING CURLY BRACE HERE ***
-Rowan
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users