I’m retrieving some json and parsing it. The items consist of an id, name and image. Not sure why but the id is not being parsed into an int. I’m getting data returned as follows when I print each item from the returned parsejson(raw):
name: Video
shortDescription: My video
thumbnailURL: http://...................../myimage.jpg
videos: <Component: roArray>
id: 3.171e+12
How do I handle the id and retrieve the correct integer? I’m attempting to print to the console but I’m not finding the solution. Probably something simple I’m missing.
