When I perform a database selection it returns an ...
# 💻developers
f
When I perform a database selection it returns an array of JSON objects. But the type of the variable is an Object for some reason. When I try to manipulate the variable as if it's an array it doesn't work. And I can't convert to an array for some reason.
2 Views