You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your fast response.
Arrays working pretty fine.
In JSON Streaming approaches, array brackets and commas could be problematic, therefore there are JSON variants, that just use concatenated JSON objects.
see Concatenated JSON in https://en.wikipedia.org/wiki/JSON_streaming
I'm currently searching for an option to parse such files with JsonSurfer.
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
The text was updated successfully, but these errors were encountered: