Well, crud. There's another problem: using JsonUnwrapped apparently randomizes the order of the JSON properties during serialization!
That's bad news because:
1. This project uses snapshot testing in which JSON serialization results are the snapshots.
2. Some of these JSON files are kept in version control. The properties being reordered will create churn.
That's bad news because:
1. This project uses snapshot testing in which JSON serialization results are the snapshots.
2. Some of these JSON files are kept in version control. The properties being reordered will create churn.