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
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