Skip to content

Support boolean values for property configuration #53

@mlookaxw

Description

@mlookaxw

As Is

Currently it is assumed that all values within the JSON property files are string values. JSON boolean values (see example below) are not and cause an ValueError: Missing configured property 'enabled' error

{
  "properties": {
    "enabled": false
  }
}

To Be

The configuration tool has to support the boolean values for properties.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions