I have Json Parse Like this:
[[“12345678901”,“Name”,“Balance”,Password"]]
is there any way to convert these text to list?
because i want when index 1(12345678901) = textbox1 than i can use logic.
Please guide me
I have Json Parse Like this:
[[“12345678901”,“Name”,“Balance”,Password"]]
is there any way to convert these text to list?
because i want when index 1(12345678901) = textbox1 than i can use logic.
Please guide me
Try removing [ , ] and " by replacing it with blank text. Then, split it at ,
It will give you a list.