This is my array.
http://pastebin.com/eTrJ2PVB
When I return this array like this, I get an error.
return \Response::json($response, 200, [], JSON_NUMERIC_CHECK);
However, when I remove JSON_NUMERIC_CHECK, I get the response; but the problem is I need numeric values.
What could be done to resolve this?