Skip to content

Nested arrays don't work when converting to xml #3

@stilvoid

Description

@stilvoid
$ echo '["one", ["two", "three"], "four"]' | please parse -i json -o xml
<doc>
  <element>one</element>
    <element>two</element>
    <element>three</element>
  <element>four</element>
</doc>

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