I have a prob dezerializing my .json. I cant use the deserialize json activity cause on of the properties is an array and I can’t use the deserialize jsonarrayactivity cause the rest isn’t, anyone know how to solve this?
Daniel_D
(Daniel Demesmaecker)
1
have you tried nested json deserialize?
.
.
deserialize json activity
for each JObject
{
deserialize json activity
.
.
}
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Using Deserialize JSON Array | 4 | 4716 | January 15, 2020 | |
| Problem with the Deserialize JSON Array activity | 3 | 236 | April 14, 2025 | |
| Deserialize Json Array not | 4 | 178 | October 7, 2024 | |
| Json issue | 12 | 2679 | October 27, 2021 | |
| Deserializa json | 5 | 1063 | October 18, 2021 |