Forum Discussion
rovidx_media
8 years agoRoku Guru
First issue is on line 141 there is a comma after the bracket...
In JSON it is important to remove the last comma in an array of objects or else it will through errors. Other than the one error, everything else looks good. I just went over it by hand but Baradanikto has software that allows you to import JSON files and scan for errors. I'm sure he'll jump in on this thread 🙂
"shortDescription":"Lorem ipsum dolor sit ametore magna aliquyam erat, sed diam voluptua."
},
]
In JSON it is important to remove the last comma in an array of objects or else it will through errors. Other than the one error, everything else looks good. I just went over it by hand but Baradanikto has software that allows you to import JSON files and scan for errors. I'm sure he'll jump in on this thread 🙂