-
Mahmoud Aglan authored
Supabase returns JSONB columns as native arrays, not JSON strings. json_decode() on an array throws TypeError. Now checks if already array. Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
b95c3bce
Supabase returns JSONB columns as native arrays, not JSON strings.
json_decode() on an array throws TypeError. Now checks if already array.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>