Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.
This repository was archived by the owner on May 5, 2022. It is now read-only.

Add the ability to bind arrays #65

@cecilia-sanare

Description

@cecilia-sanare
// Input
{
    "paths": {
        "libraries": [
            "angular",
            "bootstrap",
            "angular-bootstrap"
        ]
    },
    "someValue": "{paths.libraries}"
}
// Result
{
    "paths": {
        "libraries": [
            "angular",
            "bootstrap",
            "angular-bootstrap"
        ]
    },
    "someValue": [
            "angular",
            "bootstrap",
            "angular-bootstrap"
    ]
}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions