Hi,
We are migrating components from Coral 2 to Coral 3. In components having multifield the data is currently being stored in JSON format. After coral 3 migration for multifield, we have added a composite={Boolean}true. After migration multifield is storing data in node structure. (e.g item0, item1). We have done changes in Model class to adapt it.
Question : Is there any way we can migrate the multifield and even after migration the data can be stored in JSON format. We have 30 odd components having Multifiled which will require changes in Model and Test classes. Just want to see if there is any other alternative.