Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
201 B
1
Indexable
Never
{
  "_id": "user123",
  "name": "John Doe",
  "email": "john.doe@example.com",
  "age": 30,
  "address": {
    "street": "123 Elm Street",
    "city": "Springfield",
    "state": "IL"
  }
}
Leave a Comment