Hi, For parsing a JSON Sequence, I don't find a JSON path, that parses the objects. Lets say there is a JSON Sequence `{"abc":123}{"xy":"value"}` With JSON path `$[*]` or `$*` I got only 123 and value. Is there a way to parse the sequence? Best Sigurd
Hi,
For parsing a JSON Sequence, I don't find a JSON path, that parses the objects.
Lets say there is a JSON Sequence
{"abc":123}{"xy":"value"}With JSON path
$[*]or$*I got only 123 and value.Is there a way to parse the sequence?
Best
Sigurd