Skip to content

Support arrays in the config file #4

Description

@teloo

This format is supported in the config file.

{
  "username": "aaa",
  "password": "aaa"
}

I want that this format will be supported too.

[
  {
    "username": "aaa",
    "password": "aaa"
  },
  {
    "username": "bbb",
    "password": "bbb"
  }
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions