Skip to:
Ex
Will create a struct called foo containing ` bar` key. There is no way to pass a literal value of foo:bar for the argument name.
foo
foo:bar
Escape a colon with a backslash like so
which will create a literal key of foo:bar
Ex
Will create a struct called
foo
containing ` bar` key. There is no way to pass a literal value offoo:bar
for the argument name.Escape a colon with a backslash like so
which will create a literal key of
foo:bar