Skip to content

Instantly share code, notes, and snippets.

[
{ "name": "meter", "symbol": "m", "plural": "meters", "coefficient": "1.0", "type": "LENGTH" },
{ "name": "kilometer", "symbol": "km", "plural": "kilometers", "coefficient": "1000", "type": "LENGTH" },
{ "name": "centimeter", "symbol": "cm", "plural": "centimeters", "coefficient": "0.01", "type": "LENGTH" },
{ "name": "millimeter", "symbol": "mm", "plural": "millimeters", "coefficient": "0.001", "type": "LENGTH" },
{ "name": "mile", "symbol": "mi", "plural": "miles", "coefficient": "1609.35", "type": "LENGTH" },
{ "name": "foot", "symbol": "ft", "plural": "feet", "coefficient": "0.3048", "type": "LENGTH" },
{ "name": "inch", "symbol": "in", "plural": "inches", "coefficient": "0.0254", "type": "LENGTH" },
{ "name": "yard", "symbol": "yd", "plural": "yards", "coefficient": "0.9144", "type": "LENGTH" },