Hi,
i have a very simple json - but i´m unable to deserialize it. Everytime i run in errors, can someone help me please.
My json looks like this:
I need all values to put it into a database.
Thanks
Matze
i have a very simple json - but i´m unable to deserialize it. Everytime i run in errors, can someone help me please.
My json looks like this:
JSON:
{
"base": [{
"entry": "name",
"id": "1a",
"info": [{
"entry": "name",
"id": "1aa"
}, {
"entry": "name",
"id": "1ab"
}]
},
{
"entry": "name",
"id": "1b",
"info": [{
"entry": "name",
"id": "1ba"
}, {
"entry": "name",
"id": "1bb"
}]
}
]
}
I need all values to put it into a database.
Thanks
Matze