Hello,
is there a way to query a JSON with a path (JSONPath or some custom format)?
I want to query an API and collect the JSON responses, which I need to iterate over to extract some data. Modelling the JSON structure as classes would be too much overhead, I think. I just want to collect some values...
Thanks in advance,
Marc