将JSON转换为CSV
Contents
[
Hide
]
Aspose.Cells支持将简单和嵌套的JSON转换为CSV。为此,API提供了JsonLayoutOptions和JsonUtility类。JsonLayoutOptions类提供了JSON布局的选项,比如IgnoreArrayTitle(如果数组是对象的属性,则忽略标题)或者ArrayAsTable(将数组处理为表)。JsonUtility类使用与JsonLayoutOptions类设置的布局选项处理JSON。
以下代码示例演示了如何使用JsonLayoutOptions和JsonUtility类加载source JSON file并生成output CSV file。