How to past array via post request

When i crate flash mail list I past the variables via an object

variables.name = formName;
variables.mail = formMail;
etc.

but now I need to past an array and have no idea how to make this.

Could someone help :hugegrin: