XML
Converts between an XML string and its JavaScript object representation, in either direction.
Last updated
Converts between an XML string and its JavaScript object representation, in either direction.
Last updated
<p class="tag">Hello World</p>{
"p": {
"$": {
"class": "tag"
},
"_": "Hello World"
}
}