/.js
Created
March 27, 2025 13:35
This file contains 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
// 한 사람의 정보를 나타내는 도큐먼트에 주소를 저장하기 위해 "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