You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: