Im having a little confusion why the following is not working.
get.php
Send the json header in php via header('Content-type: application/json'); so jQuery should automatically decode your json data.
header('Content-type: application/json');