composer-git-merge-driver icon indicating copy to clipboard operation
composer-git-merge-driver copied to clipboard

Empty object is replaced by empty array

Open balbuf opened this issue 6 years ago • 0 comments

Formatting changes we can live with, but we should switch from array to object parsing (i.e. the default) so we can preserve empty objects; this would also eliminate the need to have a special check for assoc arrays, as they would be represented by objects. However, comparing two equivalent but distinct object instances would have to be handled differently.

balbuf avatar Mar 27 '18 21:03 balbuf