标签: json xml xml-to-json
我正在将XML文件转换为JSON。 示例XML数据:
<shifts json:Array="true"></shifts>
输出JSON:
"shifts": [ {} ]
预期的输出JSON:
"shifts": []
有人可以帮我吗?