mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
if(!function_exists('json_encode')){
|
|
function json_encode($value)
|
|
{
|
|
return kernel::single('base_compat_json')->encode($value);
|
|
}//End Function
|
|
}
|