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
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