insert an array of objects
Hello, I'm trying to insert an array of objects into a supabsae column.
It's an array of these kinds of objects, and it's only strings.
{ id: response.data.public_id, url: response.data.secure_url }
The funny thing is that in supabase I get a lot of \ etc instead of spaces. How Can I deal with this?
This is how it looks in supabase:
Why are there \ ?
It's an array of these kinds of objects, and it's only strings.
{ id: response.data.public_id, url: response.data.secure_url }
The funny thing is that in supabase I get a lot of \ etc instead of spaces. How Can I deal with this?
This is how it looks in supabase:
Why are there \ ?