How do I search for nested arrays in JSON parser?
tx
Simone
Ok sorry I had a bad indented line… (always feels like writing to the forum gives a solution even if nobody answers)…
S.
mm not done yet, it seems like that wildcards are not allowed, how can i do something like that?
results[*](*).entities.media
tx
Simone
Solved with SelectToken and spreading the array with the keys count on a JsonArray, is this the best way?
S.