Hi guys I recently encountered an error about my ajax requsest and someone said I needed to convert the data the php code got from the database to json so i have and heres the json format the url gets:
[{"id":"1","points":"3"},{"id":"2","points":"95"}]
How do I now request the url and display the information given by the php in a text box in c3?