Name
string | Mobile
int64 | Boolean
bool | Pets
sequence | Address
dict |
---|---|---|---|---|
Test | 12,345,678 | true | [
"Dog",
"cat"
] | {
"Permanent address": "USA",
"current Address": "AU"
} |
Name
string | Mobile
int64 | Boolean
bool | Pets
sequence | Address
dict |
---|---|---|---|---|
Test | 12,345,678 | true | [
"Dog",
"cat"
] | {
"Permanent address": "USA",
"current Address": "AU"
} |