输入数据
{{ inputMode === 'json' ? 'JSON' : 'XML' }}
1
输出结果
{{ outputMode === 'json' ? 'JSON' : 'XML' }}
1