Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

type array always length 1, contains values joined by colon - intended? #10

@jobisoft

Description

@jobisoft

Thanks for this great parser/generator!

The returned data looks like this:

"email": [
    {
      "value": "someone@outlook.com",
      "meta": {
        "type": [
          "work,internet,prev"
        ]
      }
    },
    {
      "value": "second@email.de",
      "meta": {
        "type": [
          "home,internet"
        ]
      }
    }
  ]

As you can see, the type array has always one element. Is this intended? This is not an issue for me, I can work with that output, but it looks like it is not what you had in mind?

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