Guide: How to enforce key sort order when JSON encoding a struct (using Jason or JSON)

The Jason library also has an OrdereObject module that can be used to preserve order: Jason.OrderedObject — jason v1.4.5

2 Likes