musicmannz
Programmer
Hi
If I have a string that looks like e.g.
[['line1',line2'],['line3','line4']]
How can I turn this into a JSON array? The split() method doesn't work...
If I have a string that looks like e.g.
[['line1',line2'],['line3','line4']]
How can I turn this into a JSON array? The split() method doesn't work...