Skip to content
This repository has been 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

Open
jobisoft opened this issue Aug 15, 2018 · 0 comments
Open

Comments

@jobisoft
Copy link

Thanks for this great parser/generator!

The returned data looks like this:

"email": [
    {
      "value": "[email protected]",
      "meta": {
        "type": [
          "work,internet,prev"
        ]
      }
    },
    {
      "value": "[email protected]",
      "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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant