How to save multiple field value in single colum in json method using crud?

Is it possible to save multiple input field data in json method using crud ?

Read save data part in cakephp docu.
There is also option to use foreach on posted data

1 Like