if(!function_exists('json_decode')){
    function json_decode($value, $bool=false) 
    {
        return kernel::single('base_compat_json')->decode($value, $bool);
    }//End Function
}
