Taylor Sampson
Results
1
comments of
Taylor Sampson
Just ran into this as well. Here's another simple test case: ```elm > json1 = "{ \"a\": [{}] }" |> Json.Decode.decodeString Json.Decode.value > json2 = "{}" |> Json.Decode.decodeString Json.Decode.value >...