import Json.Decode exposing (..)
""" { "hello": "world", "foo": "bar" } """
|> decodeString (dict2 string string)
Problem with the given value: "hello"
This is not valid JSON!
JSON.parse: unexpected character at line 1 column 1 of the JSON data <internals>