Skip to content

Escaping Brackets in a string. #2

@schwin007

Description

@schwin007

How do I escape brackets?

If I use

key = value [1]

I get

{
"key": [
[
"value [1]"
]
]
}

But I want

{
"key": "value[1]"
}

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