Closed orlade-anz closed 4 years ago
The standard, canonical JSON structure is a pain to work with. In most cases the decoded data need not be reversible, and follows a schema that makes a tuple more appropriate than a map. This PR adds functions to apply these simplifications.
The standard, canonical JSON structure is a pain to work with. In most cases the decoded data need not be reversible, and follows a schema that makes a tuple more appropriate than a map. This PR adds functions to apply these simplifications.