eed3si9n / sjson-new

a typeclass based JSON codec that's backend independent
Apache License 2.0
36 stars 19 forks source link

Write out field names for LList as $fields #40

Closed eed3si9n closed 7 years ago

eed3si9n commented 7 years ago

Fixes #36

To deserialize an LList, the AST must preserve the insertion order, which is not guaranteed according to the JSON spec. This works around the issue by persisting the field names.

eed3si9n commented 7 years ago

Rebased and fixed the tests.