Kapil Yadav
08/14/2023, 9:02 AMJsonConvertException: 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
var data by rememberSaveable { mutableStateOf(WebsiteData()) }
data= httpClient.get("<https://api.npoint.io/5b610d92313fc4db805c>").body()
Eugen Martynov
08/14/2023, 11:38 AM