Hi, I am using EvaluateJsonPath to extract some properties from tweet JSON returned by GetTwitter processor and later convert to another JSON using AttributesToJSON processor. One of the properties I want to extract is "entities" which is structure of arrays by itself. Unfortunately EvaluateJsonPath fails with "Unable to return scalar value for expression $.[entities]. I don't want to evaluate each and every possible value of entities structure. is there a way to get entities or other similar properties as it is?
Thanks in advance.
