-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I have table:
| Key | Value |
| name | testtest |
| username | testtest |
| phone | 33333 |
| website | www |
| company.name | test |
| company.catchPhrase | test |
| company.bs | test |
I is possible to use table.CreateDynamicInstance(); to create dynamic object with nested children?
Something like json:
{
"name": "test1232315125",
"username": "testfdhdfh",
"phone": "4636346236236",
"website": "sdgsdgsdgsdgsdg",
"company": {
"name": "sdgsdgsdgsdg",
"catchPhrase": "dgsdghdfjdf",
"bs": "sdgsdgdfjfd"
}
}
Metadata
Metadata
Assignees
Labels
No labels