`{1:""}` [is invalid yaml](http://yaml-online-parser.appspot.com/?yaml=%7B1%3A%22%22%7D&type=json), but our parser accepts it. It should be `{1: ""}` (space after `:`)