자료구소시간에 닥치고 듣기만한게 개 후회되네

dom tree를 새 객체 트리로 만들고 싶은데 빡세다


<html>

  <head>

    <meta charset="utf-8">

    <title>가나다</title>

  </head>

  <body>

  </body>

</html>


이걸


{

name:'html',

children:[

{

name:'head',

children:[

{

name:'meta',

children:null

},

{

name:'title',

children:null

}

]

},

{

name:'body',

children:null

}


]

}

이리 만들려면 어떻게 짜야하냐