Skip to content

Escaping comma's in an array #3

@schwin007

Description

@schwin007

How do I escape comma's in an array

I try:

key[] = one, two, three

I get:

{
"key": [
"one",
"two",
"three"
]
}

But I want:

{
"key": [
"one, two, three"
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions