parser: Fix YAML maps key type
authorDawid Gaweł <d.gawel@livechatinc.com>
Fri, 1 Dec 2017 19:37:19 +0000 (20:37 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 9 Feb 2018 09:27:17 +0000 (10:27 +0100)
commit16a5c74519771138023f019fe535fa5b250dc50d
treeb9d113a4961ff9660a39448f9544d54f5ad65f1c
parent49b98975be721ed848c14384868b6d9c0d146396
parser: Fix YAML maps key type

Recurse through result of yaml package parsing and change all
maps from map[interface{}]interface{} to map[string]interface{}
making them jsonable and sortable.

Fixes #2441, #4083
parser/frontmatter.go
parser/frontmatter_test.go