Skip to content

Add unit type to the DTO #46

@haimkastner

Description

@haimkastner

To make the schema and documentation clear, and to support full units DTO, including the type itself (Length, Angle, etc).
Like this:

{
   "value":100.01,
   "quantity":"Meter",
   "unit": "Length"
}

Implement it while still keeping BC to the current DTO implementation.

See discussion on angularsen/UnitsNet#1378

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions