我正在将XML
字符串转换为JSONObject
使用以下方法:
XMLSerializer xml = new XMLSerializer();
JSONObject json = (JSONObject) xml.read(input);
但在转换发生后,一些标签不包含在JSONObject
. 缺少的标签与包含在其中的标签完全相同,JSONObject
唯一的区别是标签内的属性不同。有人可以告诉我转换发生了什么。
这是包含在JSON
<entry urlName="Dir"
utf8Name="Dir"
type="directory"
changeTimeMilliseconds="1373284160872.00"
changeTimeString="2013-07-08T17:19:20+0530"
state="created"/>
这是从转换中跳过的标签
<entry urlName="c_samples.zip"
utf8Name="c_samples.zip"
type="object"
size="453"
hashScheme="SHA-256"
hash="9AAA2B203F75ED679F133C1A26BA9BB04CF12466DF0670DEC3CD587ED5FF0A27"
retention="1438317494"
retentionString="7/31/2015 10:08AM"
retentionClass=""
ingestTime="1375244240"
ingestTimeString="7/31/2013 9:47AM"
hold="false"
shred="true"
dpl="1"
index="false"
customMetadata="true"
customMetadataAnnotations="default;453"
version="88015631368193"
replicated="false"
changeTimeMilliseconds="1375260472887.00"
changeTimeString="2013-07-31T14:17:52+0530"
owner="owner"
domain=""
hasAcl="false"
state="created"/>