How to convert a string to an array of string arrays kotlin

50 views Asked by At

I have such a string

val text = "[[\"1\", \"Steffan\", \"Hibbert\"], [\"2\", \"Shaunie\", \"Barry\"]]"

How to parse it. Is there any library? Or maybe I need to manually

0

There are 0 answers