Xraxis
Xraxis
CC#
Created by Xraxis on 3/12/2024 in #help
unable to parse Json data pulled from API as a list of strings
Okay, I'll give this a shot. Thank you.
33 replies
CC#
Created by Xraxis on 3/12/2024 in #help
unable to parse Json data pulled from API as a list of strings
I will be back in a bit getting kicked out of the classroom I am in. Thanks for the help btw.
33 replies
CC#
Created by Xraxis on 3/12/2024 in #help
unable to parse Json data pulled from API as a list of strings
okay, I changed the using and added Name to the end of each property.
33 replies
CC#
Created by Xraxis on 3/12/2024 in #help
unable to parse Json data pulled from API as a list of strings
okay.
33 replies
CC#
Created by Xraxis on 3/12/2024 in #help
unable to parse Json data pulled from API as a list of strings
for now the first page is fine. I just need get the png data to try and create the rest of my application.
33 replies
CC#
Created by Xraxis on 3/12/2024 in #help
unable to parse Json data pulled from API as a list of strings
actually I want the png url from the Json. which happens to be nested in imageUri.
33 replies
CC#
Created by Xraxis on 3/12/2024 in #help
unable to parse Json data pulled from API as a list of strings
Here is a part of the the response data. Also, I changed the code to not use parse since the post. This is the new code i am using:
JObject jsonResponse = JsonConvert.DeserializeObject<JObject>(responseBody);
JObject jsonResponse = JsonConvert.DeserializeObject<JObject>(responseBody);
33 replies