reading array into webmethods flow

I get the following input from a http post , I would like to know how i can parse the following input .so that i can loop over each individual value and perform operations.

Name value
sList

sList[0]= abc
sList[1]= wmabca
sList[2]= wmabcb
sList[3]= wmabcc

Any help would be apperciated.

I figured out the answer . thanks

map it and remap it.