gyro/modules/json/start.inc.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * @defgroup JSON 00004 * @ingroup Modules 00005 * 00006 * JSON encoding and decoding 00007 */ 00008 00009 define('CONVERTER_JSON', 'json'); 00010 // Register Converter 00011 require_once dirname(__FILE__) . '/lib/helpers/converters/json.cls.php'; 00012 ConverterFactory::register_converter(CONVERTER_JSON, new GyroJSON());