next() should skip the current array or object's end node
Closed this issue · 0 comments
pcrov commented
Currently calling next()
while on an object or array takes you to the end of that object or array. In a certain way this makes sense but it's not intuitive and differs from the behavior of XMLReader which will skip the current item's associated end node.