Update json file from define as array?
Hello, I have a table, where I have a column call teams with json[] (defined as array).
I know that I can insert json to it. But is it possible to update an object inside that array in that json file?
So If I would like to update the seconds object, id 2 to name "United" instead of Chelsea, is that possible?
I know that I can insert json to it. But is it possible to update an object inside that array in that json file?
So If I would like to update the seconds object, id 2 to name "United" instead of Chelsea, is that possible?