You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the infos object return an array of different type of objects which cannot be serialized in a straightforward way through Newtonsoft.JSON.NET.
We'll have to write a JsonConverter to manage this situations.
The text was updated successfully, but these errors were encountered:
Some pods may return infos, however in some cases we are not parsing them correctly.
For instance in the call: https://api.wolframalpha.com/v2/query?input=water&format=plaintext,image,sound&output=json&appid=YOUR_APP_ID
the infos object return an array of different type of objects which cannot be serialized in a straightforward way through Newtonsoft.JSON.NET.
We'll have to write a JsonConverter to manage this situations.
The text was updated successfully, but these errors were encountered: