-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
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...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels