JohnWhitleyEkkoSense
Results
1
comments of
JohnWhitleyEkkoSense
Hi, Our immediate problem is that we need to pass [JSON_FORCE_OBJECT](https://www.php.net/manual/en/json.constants.php#constant.json-force-object) to json_encode. This is because the JSON output an API document that expects an integer-indexed-object, rather an array. Is...