Hello.
Can someone help me split this
[
{
"values": "111, 222, 333"
}
]
into this
[
{
"values": "111"
},
{
"values": "222"
},
{
"values": "333"
}
]
Hello.
Can someone help me split this
[
{
"values": "111, 222, 333"
}
]
into this
[
{
"values": "111"
},
{
"values": "222"
},
{
"values": "333"
}
]