$.getJSON doesn't return properly ([object Object], undefined or nothing) – Jquery ajax
So basically I'm having the standerd issue of the ajax call not retrieving the JSON data. It would be that it was an array, and your not using the index. But I AM using an index on the front-end. All…