diff -r e4bbd6fb8df3 -r 194a19711346 includes/json.php --- a/includes/json.php Sat Mar 01 18:56:37 2008 -0500 +++ b/includes/json.php Sat Mar 01 18:57:07 2008 -0500 @@ -94,9 +94,7 @@ /** * Converts to and from JSON format. * - * Brief example of use: - * - * + * @example // create a new instance of Services_JSON $json = new Services_JSON(); @@ -111,6 +109,7 @@ $input = file_get_contents('php://input', 1000000); $value = $json->decode($input); + * */ class Services_JSON {