I have an external JSON file on my server that I want to display the objects from into an HTML document without using JQuery. I specifically just want to call the username object and display it on an "All Users" page for a simple homework project. I've had a difficult time finding ways to do this without JQuery. How could I go about doing this?
JSON Example:
{"name":"asfd","username":"awsf","email":"kean","age":"21","gender":"Male","submit":"Submit"},
{"name":"asdf","username":"asfd","email":"asdf@asdf","age":"21","gender":"Male","submit":"Submit"},
{"name":"null","username":"null","email":"null@gmail.com","age":"21","gender":"Male","submit":"Submit"},
{"name":"null","username":"null","email":"null@gmail.com","age":"21","gender":"Male","submit":"Submit"},