How do I convert '["1","2-1","3-1-1"]' into ["1","2-1","3-1-1"]?
So, a string into an array.
I've tried casting '["1","2-1","3-1-1"]' to an array, but that does not work.
How do I convert '["1","2-1","3-1-1"]' into ["1","2-1","3-1-1"]?
So, a string into an array.
I've tried casting '["1","2-1","3-1-1"]' to an array, but that does not work.