wifi, , json URL: wifi spot
, json GEOJSON (Wikipedia)...
, URL-, GEOJSON, jQuery Ajax :
$.ajax({
type: "POST",
url: "https://nycopendata.socrata.com/api/views/ehc4-fktp/rows.json",
dataType: 'json',
success: function (response) {
geojsonLayer = L.geoJson(response, {
style: yourLeafletStyle
}).addTo(map);
}
});