Skip to content

Support arrays in the config file #4

@teloo

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"
  }
]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions