diff --git a/bridges/OneNewThingBridge.php b/bridges/OneNewThingBridge.php new file mode 100644 index 00000000..67413414 --- /dev/null +++ b/bridges/OneNewThingBridge.php @@ -0,0 +1,44 @@ +topic->content->S)) { + returnServerError('Failed to retrieve valid JSON data'); + } + + $data = json_decode($jsonData->topic->content->S); + + // Constructing the content in an array + $contentArray = []; + $contentArray[] = "
$data->introduction
"; + $contentArray[] = "$data->overview
"; + $contentArray[] = "$data->importance
"; + $contentArray[] = "$data->historicalContext
"; + $contentArray[] = "