This commit is contained in:
sc0Vu 2017-12-26 14:25:54 +08:00
parent 1e4c40883a
commit 7b6e35108f

View File

@ -270,6 +270,9 @@ class Utils
// }
// $json = json_decode($jsonString, true);
// another way to change whole json to array type but need the depth
// $json = self::jsonToArray($json, $depth)
// another way to change json to array type but not whole json stdClass
$json = (array) $json;
$typeName = [];