From 923d7cb1e57acf3e351af4c223591967b1f816fc Mon Sep 17 00:00:00 2001 From: Kyle Arrington Date: Thu, 9 Jan 2014 10:14:47 -0600 Subject: [PATCH] And more debug --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index d3c17e9..dcd19b5 100644 --- a/public/index.php +++ b/public/index.php @@ -112,7 +112,7 @@ if ($jeep->isValid()) { $data = array( - 'JSON' => $jeep::$decoded + 'JSON' => json_encode($jeep::$decoded) ); //Do something