Search code examples
angularjsdeployd

Deployd : adding array data via web UI


How to add array data via web UI under deployd dashboard? It always shows dialog "not valid array". deployd v0.8.5


Solution

  • Initially I too faced same issue.Then figured out that adding square brackets fixed it. Example:

    [
        "1",
        "2",
        3,
        true,
        {
            "Tes":"Test"
        }
    ]