All other formats put the unit in the header, but the JSON format puts the unit in the value. This makes it harder to process the JSON output, since you have to strip out the units and parse the strings to numbers. Move the units to a separate field on the object so that the dimensions can be numbers.
All other formats put the unit in the header, but the JSON format puts the unit in the value. This makes it harder to process the JSON output, since you have to strip out the units and parse the strings to numbers. Move the units to a separate field on the object so that the dimensions can be numbers.