purescript-contrib / purescript-argonaut-codecs

JSON serialization and deserialization with Argonaut.
MIT License
48 stars 46 forks source link

Decode Tuple as Array instead of List internally #75

Closed milesfrain closed 4 years ago

milesfrain commented 4 years ago

What does this pull request do?

This PR makes decodeJsonTuple more closely match encodeJsonTuple (which encodes internally to Array).

Background discussion here: https://functionalprogramming.slack.com/archives/C04NA444H/p1589306847445300

How should this be manually tested?

Tuple encoding/decoding is already covered by existing quickCheck testing.

thomashoneyman commented 4 years ago

Closed in #76