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
While the changed values are visually nicely indented and formatted, the unchanged ones have their indentation aligned with the end of the key (this applies to both objects and arrays).
The reason is that while the changed values are rendered as nested <ul><li>, the unchanged values are simply rendered entirely in the <pre> tag.