buger/jsonparser

Continuing iteration in ArrayEach()

gabrieleiannetti opened this issue · 1 comments

Hi,

is there any way to continue an iteration in the the ArrayEach block?

The compiler shows error: continue not in for statement

Best,
Gabriele

I got around with that so far by using the goto statement...

But this is not a perfect solution, since on variable over jumps the compiler will end up with an error.