Como eu executaria as seguintes mudancas:
Given the JSON object {"sku": "VA-43", "size": "5ft", "name": "Blue Sky", "description": "A great product!"}*
1) All values must be lowercase.
2) Values may contain only alphanumeric characters, underscores or dots. All other characters must be replaced with underscores.
3) "description" is a special property, to which none of the above specifications apply.
4) If any value has more than 10 characters, trim it at 10 characters and add three trailing dots.
5) Convert imperial units into metric. For distance, use meters.
Tentando fazer isso vi como aprendi muito pouco.