I am new to web programming and have been having a lot of trouble with using AJAX to parse as a string and create a table.
[{"source":"1","name":"random","amount":"5"},{"source":"1","name":"random","amount":"5"}]
This is how the data is parsed as I used the code from W3SCHOOLS but adapted it to my situation I used the JSON stringify command to change it to a string also. https://www.w3schools.com/js/js_json_php.asp Based on the data above which has been retrieved by a AJAX code I am having troubles creating a table based on those results.