유틸리티 함수 추가
This commit is contained in:
@@ -27,6 +27,9 @@ class Json
|
||||
|
||||
public static function decode($value)
|
||||
{
|
||||
if($value === null){
|
||||
return null;
|
||||
}
|
||||
return json_decode($value, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user