From 3c3ae2812eb298a1fa7b51f3c336852520d23926 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Sun, 31 May 2009 01:45:05 +0000 Subject: [PATCH] Make a note. --- ext/json/json.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ext/json/json.c b/ext/json/json.c index 8bbd8ea628..2fff23dae0 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -18,6 +18,12 @@ /* $Id$ */ +/* + * UTODO + * - take a look at json_decode, some weird IS_STRING checks there + * - expose encode/decode API once that's done + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -- 2.40.0