I have a JSON file, with many data inside. And I want to display this with AJAX, so I tried to make this but doesn't work and after much search on internet I call your help :
$(document).ready(function () {
$.getJSON("data/liste_des_sites_des_hotspots_paris_wifi.json").done(function(){
function donnee (data) {
console.log(data)
}
})