can someone provide an example on this topic: How do I insert and then append a json object (not a s
can someone provide an example on this topic: How do I insert and then append a json object (not a scalar,) but a proper json object using json_insert at the end of an existing json array in D1? My objective is to store data like this in one text column: history: [{object1 with key and values}, {object2 with keys and values}]

