Closed joshghent closed 6 years ago
I found when doing some PHP development that arrays of data need to be parsed in a certain way Add support for the following cases (with tests)
arr[]=1&arr[]=2&arr[]=3 arr[0]=1&arr[1]=2&arr[3]=3
arr[]=1&arr[]=2&arr[]=3
arr[0]=1&arr[1]=2&arr[3]=3
I will also do this.
I found when doing some PHP development that arrays of data need to be parsed in a certain way Add support for the following cases (with tests)
arr[]=1&arr[]=2&arr[]=3
arr[0]=1&arr[1]=2&arr[3]=3