I was working on my application in MIT when I ran ito a runtime error. The runtime error that I encountered was lookup in pairs the list is not a well-formed list. I worked on this earlier and I was able to display the JSON data that I fetched using php but the problem is that I am only getting one data instead of all data. That's why I used foreach then I ran into the error. I am still beginner in MIT so i hope you can help me.
Update: It's working! But my problem now is that only one candidate is being displayed. And would it be possible to remove the [""] in the data being displayed?