Skip to content

Handle different data structure without key value labels #1

@IngaFeick

Description

@IngaFeick

The following data structure should be supported as input aswell:

"awesome_list" => [ { "animal" => "horse"} , {"food" => "bacon"} ]

expected outcome:

"animal" => "horse"
"food" => "bacon"

Maybe this should even be default behaviour, in case "key" and "value" are not set in the config.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions