From 91b056cd08418ece3ba6b5c001f58a0b95387bbc Mon Sep 17 00:00:00 2001 From: Kyle Arrington Date: Thu, 9 Jan 2014 10:18:53 -0600 Subject: [PATCH] Debug --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index dcd19b5..3f814c3 100644 --- a/public/index.php +++ b/public/index.php @@ -112,7 +112,7 @@ if ($jeep->isValid()) { $data = array( - 'JSON' => json_encode($jeep::$decoded) + 'JSON' => $jeep::$raw ); //Do something