Hey! I'm pretty new to Kotlin and I'm running into...
# getting-started
c
Hey! I'm pretty new to Kotlin and I'm running into a little problem, I have this JSON file:
Copy code
{
    "id": "RAIDERS_AXE",
    "material": "IRON_AXE",
    "name": "&f&l&k??? &c&lRaider's Axe &f&l&k???",
    "enchants": [
      {
      	"id": "SHARPNESS",
        "level": 250
      }
    ]
    "unbreakable": true
}