Created
July 23, 2018 08:04
-
-
Save CoderJava/16b795284637ade3c39be3dc9dcd3b22 to your computer and use it in GitHub Desktop.
Contoh JSON Array Bersarang
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
| { | |
| "nama": "Yudi Setiawan", | |
| "usia": 23, | |
| "email": "kolonel.yudisetiawan@gmail.com", | |
| "website": [ | |
| { | |
| "url": "https://www.majumundurcantik.com", | |
| "description": "Work" | |
| }, | |
| { | |
| "url": "https://www.sistembersama.co.id", | |
| "description": "Management Time" | |
| } | |
| ], | |
| "social_media": [ | |
| { | |
| "url": "https://www.facebook.com/kolonel.yudisetiawan", | |
| "description": "facebook" | |
| }, | |
| { | |
| "url": "https://github.com/CoderJava", | |
| "description": "github" | |
| }, | |
| { | |
| "url": "https://medium.com/@kolonel.yudisetiawan", | |
| "description": "medium" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment