This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

manrox.drag17392
manrox.drag17392

Hello all we have a web application where we are storing the phone numbers using repeater which in turn stores the values in json format (this was in old october cms ) now the same repeater stores the values in array of objects , problem is we have defined api routes for the same and for old records we still have old json format and for new record we have new format , so how to convert all of them to single format basically array of objects example old data = { "1": { "phone": "900000000" } ,"2": { "phone": "1111111" } } new data = "[{"phone": "900000000"},{"phone": "1111111" }]

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.