From 7b6e35108f859d534efdd89c85cc1c5ee85de696 Mon Sep 17 00:00:00 2001 From: sc0Vu Date: Tue, 26 Dec 2017 14:25:54 +0800 Subject: [PATCH] comment --- src/Utils.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Utils.php b/src/Utils.php index 3641f59..05a2f43 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -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 = [];