Closed
Description
Now that #985 is out- lets discuss the enum based schema:
- What name would you give it
- Which of the following two versions would you prefer:
a) Similar to theAbbreviatedUnitsConverter
:{"Value" : 1.2, "Unit": "Milligram", "Type": "Mass"}
b) Similar to theUnitsNetIQuantityJsonConverter
:{"Value" : 1.2, "Unit": "MassUnit.Milligram"}