Hey, please help facing a bug. `JsonConvertExcept...
# serialization
k
Hey, please help facing a bug.
JsonConvertException: Illegal input: Unexpected JSON token at offset 147: Expected start of the array '[', but had '[' instead at path: $.resumeDataList[0]
and json is { "resumeUrl": "https://d1floi71mui9q.cloudfront.net/Pz93R8fISZm11vhLK3Qx_KapilResume.pdf", "resumeName": "KapilYadav-NewResume.pdf", "resumeDataList": [ { "widgetId": "rowText", "firstText": { "text": " Yadav", "textConfig": { "color": "blue", "textSize": 16, "fontWeight": "bold" } }, "endPadding": 0, "secondText": { "text": "Email: Temp@Gmail.cpm", "textConfig": { "color": "black", "textSize": 16, "fontWeight": "normal" } }, "topPadding": 0, "startPadding": 0, "bottomPadding": 0 } ] } JSON Url
Copy code
var data by rememberSaveable { mutableStateOf(WebsiteData()) }
data= httpClient.get("<https://api.npoint.io/5b610d92313fc4db805c>").body()
e
Show please code in Kotlin for WebsiteData