We just released our JSON Builder plugin - it’s been an essential tool for us to work with APIs. It exposes a few workflows to let you build and update JSON objects within a frontend or backend workflow. Check out the demo for an example.
Hey Toby!
So I think there’s an invalid token in the data that you’re trying to enclose in the JSON object. What you could do is the following:
Change the ‘content to show per list item’ to the following:
{“title”:this product’s prodName:format as json safe,“desc”:this product’s prodContentlink’s proddesc:format as json safe}
The :format as json safe makes sure that it will escape all invalid JSON characters and automatically enclose text in quotes (""). This should fix the issue! Please let us know if you still encounter an error!