00001 /*// C++ Interface: json_helper*/ 00002 /*// Description:*/ 00003 /*// Author: Rui Maciel <rui_maciel@users.sourceforge.net>, (C) 2007*/ 00004 /*// Copyright: See COPYING file that comes with this distribution*/ 00005 00006 00007 #ifndef JSON_HELPER_H 00008 #define JSON_HELPER_H 00009 00010 #include "json.h" 00011 00012 00018 void json_render_tree_indented (json_t * root, int level); 00019 00024 void json_render_tree (json_t * root); 00025 00026 00027 #endif