While working on Dutch NumberWithUnits and creating more tests, I found out that Megabyte / Megabit isn't recognised correctly in all cultures. (and it doesn't have tests in English specs).
{
"Text": "500 mB",
"Start": 0,
"End": 5,
"TypeName": "dimension",
"Resolution": {
"value": null
}
}
{
"Text": "500 kB",
"Start": 0,
"End": 5,
"TypeName": "dimension",
"Resolution": {
"unit": "Kilobit",
"value": "500"
}
}