vaidyarm
4 years agoContributor
Json Parsing issue in json generator
I am trying to parse the below JSON in the JSON generator snap but getting the error.
Error: Expecting array for JSON-Path array index, found: Map
Payload :
[
{
“AccountId”: “9999”,
“FeatureName”: "test json -->>"$[0].UserIds[0]" test end "
}
]
It’s simple but still not getting through…