Reorganzing the jQuery source (first phase).
[jquery.git] / build / test / data / json.php
diff --git a/build/test/data/json.php b/build/test/data/json.php
deleted file mode 100644 (file)
index 08e3f9e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php\r
-error_reporting(0);\r
-$json = $_REQUEST['json'];\r
-if($json) {\r
-       echo '[ {"name": "John", "age": 21}, {"name": "Peter", "age": 25 } ]';\r
-} else {\r
-       echo '{ "data": {"lang": "en", "length": 25} }';\r
-}\r
-?>
\ No newline at end of file