fn skipUntilStackHeight(self: *@This(), terminal_stack_height: usize) NextError!void

Skip tokens until an .object_end or .array_end token results in a stackHeight() equal the given stack height. Unlike skipValue(), this function is available in streaming mode.

Parameters

self: *@This(),
terminal_stack_height: usize,