Skip to content

J how to escape "," symbols? #41

@h0x91b-wix

Description

@h0x91b-wix

Hey, I am trying to pass a string with , symbols in it, tried several ways, but didn't succeded to escape it..

❯ j foo :~ "http://example.com/a,b,c,d", bar: baz 
{
  "bar": "baz",
  "foo": [
    "http://example.com/a",
    "b",
    "c",
    "d"
  ]
}

foo should be a string in my case, not an array...

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