adjusting json format send by extjs form
问题 I have a question. I need to send a json format to my backend service. It requires something i haven't managed to create. What i am sending with a form is this: { "jobs": { "name": "dsvs", "jobType": "CUSTOM", "description": "sdvsdv", "tasks": "14,15,16" } } but what i need to send is { "jobs": { "name": "dsvs", "jobType": "CUSTOM", "description": "sdvsdv", "tasks": [14,15,16] } } how can i do this? This is my form handler: handler: function () { var form = this.up('form').getForm(); var