]> granicus.if.org Git - php/commitdiff
Make a note.
authorAndrei Zmievski <andrei@php.net>
Sun, 31 May 2009 01:45:05 +0000 (01:45 +0000)
committerAndrei Zmievski <andrei@php.net>
Sun, 31 May 2009 01:45:05 +0000 (01:45 +0000)
ext/json/json.c

index 8bbd8ea6282977fd5ba11334700bfd14a24c7e01..2fff23dae043dd4e01bc376b83f380c9fbc74495 100644 (file)
 
 /* $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