Nested JSON Deserialization and get specific values

use following statement:

JSONobj_org("event")("parts")("specification")("characteristicsValue").Values(Of JObject).toList

you will get each array item as a JObject within a list
for dynamic retrieval we do feed this into a foreach activity

1 Like