summaryrefslogtreecommitdiffstats
path: root/JSON.h
diff options
context:
space:
mode:
Diffstat (limited to 'JSON.h')
-rwxr-xr-xJSON.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/JSON.h b/JSON.h
new file mode 100755
index 0000000..a2c23fb
--- /dev/null
+++ b/JSON.h
@@ -0,0 +1,10 @@
+//
+// JSON.h
+// SBJson
+//
+// Created by Stig Brautaset on 01/06/2011.
+// Copyright 2011 Stig Brautaset. All rights reserved.
+//
+
+#warning The JSON.h header is deprecated, and will disappear in a future release. Please change to include SBJson.h instead.
+#include "SBJson.h" \ No newline at end of file