# File json/lexer.rb, line 290
def
each
while
(
n
=
nextvalue
)
yield
(
n
)
end
end