How to save Dynamic JSON in to DB?

I have a unstructured json object with multiple keys and it is nested how can i save this object directly into databases ?

When i create a column as object is it mandatory to add the object keys in db ?

As my input json is not dynamic it can have different key names with nested values how can i update this json object ?

1 reply