Open deathkel opened 3 years ago
responseFile convert empty object to array due to json_decode($content, true) Example
json_decode($content, true)
{"foo":{}}
convert to
{"foo":[]}
responseFile convert empty object to array due to
json_decode($content, true)
Exampleconvert to