vanstolyaroff

Results 1 issues of vanstolyaroff

Is there smth that can parse generated xml back to json with initial structure? e.g.` {name:'1212',attr:{title:2}}` in xml will be `1212` Most xml parsers wil convert it to` {name:'1212',title:'2'}`, but...