Normally JSON files must have a single outer field with a variable amount of inner fields. The user info file does not comply with this, as each login is its own outer field. To fix this, a new outer field should be added when creating the JSON file, and each new login should be put in to the outer field.
|
# TODO: the user info JSON file does not follow the json standard, a new outer field should be added when |
Normally JSON files must have a single outer field with a variable amount of inner fields. The user info file does not comply with this, as each login is its own outer field. To fix this, a new outer field should be added when creating the JSON file, and each new login should be put in to the outer field.
AutomaticBrowserLogin/automaticbrowserlogin/ui/popupio.py
Line 87 in f2e0c7f