Find My Bike
SWITCH STOP HONDA REAR
RRP (Inc GST):
$ 14.75
Part No.:
SS1
Description:
SWITCH STOP HONDA REAR
Avail.:
2
Brand:
MCS
Range:
STOP SWITCHES
Unit:
EACH
Aftermarket replacement rear brake light switch for Honda bikes: Rear brake switch Complete with two bullet connectors - 1 x female with sheath - 1 x male Plug n play Direct replacement for OEM item Complete with return spring
$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();
}






















