I have a MySQL table field with JSON content inside. I tried searching the net around but couldn't find a way how to store JSON from MySQL to GridDB as key value pair.
My sample data are such:
{
"productName": "HP Desktop",
"price": 2000,
"specification": [],
}
I expect it to store in GridDB as a collection with productName
as the RowKey.