How to create a JSONObject from list String in Kotlin? code example
Example: kotlin jsonobject from string
val data = JSONObject("""{"name":"test name", "age":25}""")
val data = JSONObject("""{"name":"test name", "age":25}""")