Hello, i'm using ktor for http requests and my res...
# multiplatform
h
Hello, i'm using ktor for http requests and my response come in the below format how i can deserialize and get value from "strDefaultValue" property.
c
🙂
Copy code
.substringAfter("<strDefaultValue>").substringBefore("</strDefaultValue>")
😁 2