comment
This commit is contained in:
parent
1e4c40883a
commit
7b6e35108f
@ -270,6 +270,9 @@ class Utils
|
|||||||
// }
|
// }
|
||||||
// $json = json_decode($jsonString, true);
|
// $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
|
// another way to change json to array type but not whole json stdClass
|
||||||
$json = (array) $json;
|
$json = (array) $json;
|
||||||
$typeName = [];
|
$typeName = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user