Created
April 25, 2015 12:06
-
-
Save purwandi/225520e5d905d1597cf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"token":"SMKTOKEN", | |
"asesor":[ | |
{"status":"Asesor I","nama":""},{"status":"Asesor II","nama":""} | |
], | |
"data":[ | |
{ | |
"npsn":"20224331", | |
"nama":"SMK NEGERI 1", | |
"jenjang_id":"18", | |
"alamat":"JL. SURYA SUMANTRI NO 5", | |
"provinsi":"DKI JAKARTA", | |
"kota":"KOTA JAKARTA TIMUR", | |
"data":[ | |
{ | |
"kode":"118", | |
"nama":"Administrasi Perkantoran", | |
"data":[] | |
}, | |
{ | |
"kode":"119", | |
"nama":"Akuntansi", | |
"data":[] | |
} | |
] | |
}, | |
{ | |
"npsn":"20224331", | |
"nama":"SMK NEGERI 2", | |
"jenjang_id":"18", | |
"alamat":"JL. SURYA BANGSA NO 5", | |
"provinsi":"DKI JAKARTA", | |
"kota":"KOTA JAKARTA SELATAN", | |
"data":[ | |
{ | |
"kode":"118", | |
"nama":"Administrasi Perkantoran", | |
"data":[] | |
}, | |
{ | |
"kode":"119", | |
"nama":"Akuntansi", | |
"data":[] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment