This commit is contained in:
jorgecc
2022-11-07 19:47:01 -03:00
parent 470badb3b0
commit a8dcaddec5
6 changed files with 192 additions and 84 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ var_dump(Services_JSON::decode($json));
echo "</pre>";
echo "Decode as array:<br>";
echo "<pre>";
var_dump(Services_JSON::decode($json, Services_JSON::SERVICES_JSON_AS_ARRAY));
var_dump(Services_JSON::decode($json, Services_JSON::GET_ARRAY));
echo "</pre>";