I would like to do something like the following:
myKey:
"111, #comment 1
222, #comment 2
333" #comment 3
which should turn into
myKey: "111,222,333"
Is this possible or what would be the best way to accomplish this?
I would like to do something like the following:
myKey:
"111, #comment 1
222, #comment 2
333" #comment 3
which should turn into
myKey: "111,222,333"
Is this possible or what would be the best way to accomplish this?