Skip to content

Error with json array #26

@InnCreator

Description

@InnCreator

Hello. I have a trouble with convert json to xml.

if I have json in format:

{
     "Questions": [
           {},
           {},
           {}
       ] 
}

then I would like get xml in format:

<Questions>
        <Question>...</Question>
        <Question>...</Question>
        <Question>...</Question>
</Questions>

but I get xml in format:

<Questions>...</Questions>
<Questions>...</Questions>
<Questions>...</Questions>

I think parser dont correct work with array

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions