Skip to content

Instantly share code, notes, and snippets.

@jaimemin
Created March 27, 2025 13:35
// 한 사람의 정보를 나타내는 도큐먼트에 주소를 저장하기 위해 "address" 내장 도큐먼트로 중첩
{
"name": "John Doe",
"address": {
"street": "123 Park Street",
"city": "anytown",
"state": "NY"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment