Closed deathkel closed 3 years ago
@responseFile tag now convert empty object to empty array due to json_decode($content, true) Example:
json_decode($content, true)
{"foo":{}}
wil convert to
{"foo":[]}
@responseFile tag now convert empty object to empty array due to
json_decode($content, true)
Example:wil convert to