Collection Details
Namespace:
dude
Dataset:
Collection:
investing
Owner:
0x1d03814db6a38c878d8ec8d261b4a476ced86dd0
Transaction:
Timestamp:
Nov.21.2023 10:23:29 AM
Status:
OnChain
Collection Documents
_id | Top secret | age | eye_color | id | name | someone | wears_glasses | View |
---|---|---|---|---|---|---|---|---|
3a1b5975ac3f73381a34bfe8c8f29039983478a1ecf29139a987c05d41f6a6286 | {
"orders": [
{
"size": "medium",
"price": 15.67,
"toppings": ["mushrooms", "pepperoni", "basil"],
"extra_cheese": false,
"delivery": true,
"client": {
"name": "Jane Doe",
"phone": null,
"email": "janedoe@email.com"
}
},
{
"size": "small",
"price": 6.54,
"toppings": null,
"extra_cheese": true,
"delivery": false,
"client": {
"name": "Foo Jones",
"phone": "556-342-452",
"email": null
}
}
]
} | View | ||||||
3a1b5975ac3f73381a34bfe8c8f29039983478a1ecf29139a987c05d41f6a6285 | 56 | green | 45355 | Nora | View | |||
3a1b5975ac3f73381a34bfe8c8f29039983478a1ecf29139a987c05d41f6a6284 | {
"name": "Nora",
"age": 56,
"id": "45355",
"eye_color": "green",
"wears_glasses": false
} | View | ||||||
3a1b5975ac3f73381a34bfe8c8f29039983478a1ecf29139a987c05d41f6a6283 | That's great, right? Now our string is nicely formatted. This will be very helpful when we start working with files to store the data in a human-readable format. | View | ||||||
3a1b5975ac3f73381a34bfe8c8f29039983478a1ecf29139a987c05d41f6a6281 | {
"name": "Nora",
"age": 56,
"id": "45355",
"eye_color": "green",
"wears_glasses": false
} | That's great, right? Now our string is nicely formatted. This will be very helpful when we start working with files to store the data in a human-readable format. | View |