I’m currently using a web template, and I’m using a JSON file as the data structure for this template. However, I’m not sure how to use this JSON file within PlanetPress Workflow. For example, I want to process JSON data to generate web content.
Could you provide assistance or an example solution?
simple data.json
{
“title”: “Sample Title”,
“content”: “This is sample content.”,
“author”: “John Doe”,
“date”: “2023-01-01”
}