I have the following object :
1,2,3,4,5,6
I would like to convert it to JSON to retrieve it in php to hold a for loop:
{"id":"1"}
{"id":"2"}
{"id":"3"}
{"id":"4"}
{"id":"5"}
{"id":"6"}
I get this value from bootstrap-multiselect ....
asked by
12.05.2017 / 06:26