1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php

echo '
{"records":
    [ {"name": "Jobs",
       "code": "A",
       "guid": "1",
       "type": "Education"},
      {"name": "Sculley",
       "code": "B",
       "guid": "2",
       "type": "Education"},
      {"name": "Scott",
       "code": "C",
       "guid": "3",
       "type": "Education"}
    ],
 "ids": [1,2,3]
}'

?>