Find My Bike
Front Fenders
Brand
Range
Filter 1
Filter 2
Part no.: 75-855-44K
Unit: EACH
RRP (Inc GST): $ 49.90
Part no.: 75-855-44W
Unit: EACH
RRP (Inc GST): $ 49.90
Part no.: 75-855-44Y
Unit: EACH
RRP (Inc GST): $ 49.90
Part no.: 75-859-77NG
Unit: EACH
RRP (Inc GST): $ 49.90
Part no.: 75-859-77B
Unit: EACH
RRP (Inc GST): $ 49.90
Part no.: 75-859-7703
Unit: EACH
RRP (Inc GST): $ 54.90
$text = '';
if (!empty($decoded['candidates'][0]['content']['parts'])) {
foreach ($decoded['candidates'][0]['content']['parts'] as $part) {
if (isset($part['text'])) {
$text .= $part['text'];
}
}
}
$text = trim($text);
$text = preg_replace('/^```(?:json)?\s*/i', '', $text);
$text = preg_replace('/\s*```$/', '', $text);
if (preg_match('/\{[\s\S]*\}|\[[\s\S]*\]/', $text, $m)) {
$text = $m[0];
}
$parsed = drupal_json_decode($text);
if (!is_array($parsed)) {
print drupal_json_encode(array(
'ok' => false,
'error' => 'Gemini did not return valid JSON',
'raw_text' => $text,
));
drupal_exit();
}





























































