Skip to content
This repository was archived by the owner on Oct 26, 2021. It is now read-only.
This repository was archived by the owner on Oct 26, 2021. It is now read-only.

Refractoring of options output #31

Description

@fussel178

Another structure of the parsed JSON output for the options attribute, for example:

         "options": {
            "activity": {
               "activityType": "recovery",
               "progress": 74.4,
               "processed": 15600512,
               "total": 20954112,
               "finish": 3.2,
               "speed": 27496
            },
            "bitmap": {
               "attr1": "value1"
            }
         }

Notes:

  • The options attribute is always given and an object.
  • Options are unique through attribute name.
  • Missing options are not listed.

Activity

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions