Last active
June 5, 2019 18:12
-
-
Save rakeshdey0018/ee6fcd10eef6608966abc95d829f4eff 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
| { | |
| "Employee": { | |
| "name": "Rakesh", | |
| "job": "software engg.", | |
| "address": "kolkata", | |
| "contact": [{ | |
| "office": "22222", | |
| "personal": "9999999999" | |
| }] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment