v2.2.1: writer: Fix hash entries not being sorted
Keys were being sorted correctly but not the hash entries themselves... This is required to avoid generating invalid documents as the official BYML library performs binary searches.
Keys were being sorted correctly but not the hash entries themselves... This is required to avoid generating invalid documents as the official BYML library performs binary searches.