{
  "hint1": "Arrange digits from smallest to largest for the smallest number: 1248.",
  "hint2": "The second smallest swaps the last two digits.",
  "hint3": "Swap the 4 and 8: 1284."
}