Data Modeling in JSONexus
1. Document-based Modeling
2. Example
{
users: [
{
name: "Alice",
age: 30,
email: "alice@example.com",
"_id": "6b72a5d2-6f95-4e49-a152-e24e4415fc0e"
},
{
name: "Bob",
age: 25,
email: "bob@example.com",
"_id": "e24e4415fc0e-6f95-4e49-a152-e24e4415fc"
},
{
name: "Charlie",
age: 35,
email: "charlie@example.com",
"_id": "f85fb55f-10a8-409f-bdd1-ffdc850c67be"
}
]
}
3. Additional Resources
Last updated