Skip to content

Functional Description

Convert XML file format to JSON

Request

plain
POST /project/xml2json
Content-Type: multipart/form-data

Param

FieldTypeDescriptionRequired
projectFileFileExported XML fileYes

Response

response body

json
{
	"code": 0,
	"msg": "success",
	"data": {
		"output": "16:9",
		"timelines": []
	}
}
FieldTypeDescriptionRequired
codeintStatus code, 0 is success, all others are failureYes
msgstringStatus informationYes
dataobjectReturned data body, see the project json data structure descriptionYes