I have a table with a load of rows of serialized arrays that I plan to request and pass it to JavaScript.
JavaScript
The problem is - is it possible to unser
unser
wrap json_encode around unserialize
json_encode
unserialize
echo json_encode( unserialize( $array));