Created
November 2, 2019 08:33
-
-
Save AmitDJagtap/69f0da1fc5b8189066a4b5de8483e0cc to your computer and use it in GitHub Desktop.
Modeling One-to-Few - Embedding
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
{ | |
name: 'Kate Monster', | |
ssn: '123-456-7890', | |
contacts: [ | |
{number : "+1990112112", type : Mobile, title: 'my home1' }, | |
{number : "+230112112", type : LandLine, title: 'my office' } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment