When a file is imported where the title carries multiple attributes, these will appear in the title field as JSON. Only the text() should be considered.
Example input:
<titleStmt>
<title xml:id="titleID" type="main">Test</title>
<editor xml:id="editorID">Erika Mustermann</editor>
</titleStmt>
leads to:
{ "xml:id": "titleID", "type": "main", "#text": "Test"}