| When interpreting a fact in a key Value pair either in a .txt file or in the return from an executable fact, see example:
key1=true |
key2=false |
key3=true
|
Currently this data type interprets only as a String. "true" and "false" are not identified as being boolean values, as they would in a JSON or YAML Structured data facts The request would be to either, allow for the interpretation of the key value pairs as boolean or to allow JSON or YAML formatted returns from Executable facts |