Skip to content

Instantly share code, notes, and snippets.

@daubattu
Last active December 6, 2019 03:55
Show Gist options
  • Save daubattu/e2fa03b1ba51be54fe6ae5e468fc3479 to your computer and use it in GitHub Desktop.
Save daubattu/e2fa03b1ba51be54fe6ae5e468fc3479 to your computer and use it in GitHub Desktop.
const users = [
{
id: 1,
name: 'Nguyễn Hưng Khánh',
girl_friend: {
name: 'Nguyễn Thị Khánh',
address: 'Hà Nội'
}
},
{
name: 'Nguyễn Văn Khánh'
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment