UE4 插件 Json转结构体 (Json to Struct and Json or Csv to datatable)

UE4 插件 Json To Struct (Json to Struct and Json or Csv to datatable)

从文件或网络或任何地方获取Json或CSV字符串,在运行时将其读入DataTable,然后将内容转换为匹配的结构。

Json或CSV数据需要匹配的结构。(字段名称不得为“名称”或系统保留名称)

结构中的值可以是UE4支持的所有数据类型。

从文件中读取Json或者Csv内容转换为DataTable,再通过结构体取得其中的信息
UE4 插件 Json转结构体 (Json to Struct and Json or Csv to datatable)

直接读取Json或者Csv文本信息并转成DataTable
UE4 插件 Json转结构体 (Json to Struct and Json or Csv to datatable)

将DataTable转换成Json或者Csv文本,并存储为文件。将结构体转换为Json文本
UE4 插件 Json转结构体 (Json to Struct and Json or Csv to datatable)

将Json文本转换为结构体,完成支持数组与结构体嵌套
UE4 插件 Json转结构体 (Json to Struct and Json or Csv to datatable)

插件地址:https://www.unrealengine.com/marketplace/zh-CN/product/e2cfedae1a22428a8016768471ca23ca