{
  "title": "Sample Word Book",
  "category": "IELTS",
  "description": "Simple content-array JSON sample",
  "content": [
    {
      "text": "abandon",
      "definition": "to leave behind or give up",
      "translations": {
        "en": "to leave behind or give up",
        "zh-CN": "fang qi"
      },
      "audio_us": "https://example.com/audio/abandon-us.mp3",
      "audio_uk": "https://example.com/audio/abandon-uk.mp3"
    },
    {
      "text": "resilient",
      "userDefinition": "able to recover quickly from difficulty",
      "translations": {
        "en": "able to recover quickly from difficulty"
      }
    }
  ]
}