{
  "hints": [
    "Break the number into two parts: the thousands part (45) and the rest (812).",
    "45 thousands is written as 'Forty-five thousand'. Now write 812 in words.",
    "812 = 8 hundreds + 12 = 'eight hundred and twelve'. Put them together with a comma."
  ]
}