Trying to do something like: $.request.*[0].provider
16/01/18 18:52:59 [main()]: DEBUG path.CompiledPath: Evaluating path: $['request'][0]['provider']
Failed with exception java.io.IOException:com.jayway.jsonpath.PathNotFoundException: Filter: [0]['provider'] can only be applied to arrays. Current context is: {getPegasusVersionInfo2={provider=10}}
Such that when gets returned would be a single number, rather than an array of numbers if I use: $.request.*.provider
Is that even possible?
Thanks,
Eric