Ciao a tutti, è la prima volta che uso Json e non ho idea di come funzione ho un file php con un array del tipo
Che stampa {"id":1,"id2":2}Codice PHP:
$json = array("id" => 1,"id2" => 2);
echo $encoded = json_encode($json);
Vorrei sapere con il jquery come posso recuperare questi 2 dati...
Ringrazio anticipatamente...