json
json copied to clipboard
Make TouchList a valid array type
TouchList
in touch events is an "array like" object, just like FileList
.
I am currently using Json.Decode.keyValuePairs
to decode TouchList
but at first it was confusing why I couldn't use Json.Decode.list
.
Rebased