0
How to parse json array with php?
I have a json array like this: [{“name”:“user1”,“phone”:”0001”},{“name”:“user2”,”phone”:”0002”}] How can parse that with php?
1 Answer
0
i think with json_decode() function
I have a json array like this: [{“name”:“user1”,“phone”:”0001”},{“name”:“user2”,”phone”:”0002”}] How can parse that with php?