Index: class-json.php
===================================================================
--- class-json.php	(revision 12478)
+++ class-json.php	(working copy)
@@ -1,4 +1,5 @@
 <?php
+if ( !in_array('Services_JSON', get_declared_classes() ) ) 
 /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
 /**
  * Converts to and from JSON format.
@@ -858,3 +859,5 @@
 	}
 
 }
+
+endif;
\ No newline at end of file
