# File lib/json/editor.rb, line 160
def
each
n_children
.
times
{
|
i
|
yield
nth_child
(
i
) }
end