mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 10:25:35 +08:00
7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
if(!function_exists('json_decode')){
|
|
function json_decode($value, $bool=false)
|
|
{
|
|
return kernel::single('base_compat_json')->decode($value, $bool);
|
|
}//End Function
|
|
}
|