<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"> </script> <script> var address="http://www.godoro.com/front-end/CategoryList.php"; $(document).ready(function(){ $.getJSON( address, function( data ) { //alert("JSON Geldi"); $.each( data.categories, function( ) { alert(this.categoryId +" " +this.categoryName+" " +this.categoryAbstract); }); }); }); </script> </head> <body> <h1> JSON Edinme </h1> </body> </html>Dosyayı İndir