Skip to content

Instantly share code, notes, and snippets.

@CoderJava
Created July 23, 2018 02:35
Show Gist options
  • Save CoderJava/819f82b3f0f5b6a6af3c93387d90ad43 to your computer and use it in GitHub Desktop.
Save CoderJava/819f82b3f0f5b6a6af3c93387d90ad43 to your computer and use it in GitHub Desktop.
Example JSON Object
{
"nama": "Yudi Setiawan",
"hobi": [
"menulis",
"membaca",
"bersepeda"
],
"usia": 23,
"orang_tua": {
"ibu": {
"nama": "Rosmaini"
},
"ayah": {
"nama": "Mardi"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment