I have this form of data below and I want to convert it into json using java
The problem that the string contains brackets for objects and numbers which means the array ordering...
status=accepted&results[0][id]=7&results[0][name]=data&results[0][score]=9&results[1][name]=data2&results[1][score]=7&results[1][id]=8&reports[0][name]=data1&reports[0][id]=1&reports[0][is_available]=1&reports[1][id]=2&reports[1][name]=data&email=test@test.com
Thanks