# File lib/json/editor.rb, line 175
      def remove_subtree(model)
        while current = first_child
          model.remove(current)
        end
      end