I was provided with the JSON in the attached file. So I created a Consumed REST, when I pasted the URL and the JSON example provided, it created the structure in the image below. Which looks correct.
I am able to consume the API with no problem, I get valid results.
The problem is when trying to parse the JSON response using ardoJSON, I get the error below:
Error:
Method not found: 'System.Object Newtonsoft.Json.Linq.JToken.ToObject(System.Type)'.
Would you know what I can do to correct this error, I looked in the forum and the suggested solution did not work in my system.
The Record List used using ardoJason is a record list with the GetOfferResponse structure.
Greetings,
I was provided with the JSON in the attached file. So I created a Consumed REST, when I pasted the URL and the JSON example provided, it created the structure in the image below. Which looks correct.
I am able to consume the API with no problem, I get valid results.
The problem is when trying to parse the JSON response using ardoJSON, I get the error below:
Error:
Method not found: 'System.Object Newtonsoft.Json.Linq.JToken.ToObject(System.Type)'.
Would you know what I can do to correct this error, I looked in the forum and the suggested solution did not work in my system.
The Record List used using ardoJason is a record list with the GetOfferResponse structure.
Suggested Solution:
https://www.outsystems.com/forums/discussion/10236/method-not-found-system-object-newtonsoft-json-linq-jtoken-toobjectsystem-type/
I have updated the attached file to reflect the following:
Any help you can provide is greatly appreciated.
Hi, Are you using Outsystems parse to json?