SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same problem and the solution was to use my own function instead of json_encode()
json_encode()
echo '["' . implode('","', $row) . '"]';