Hey
Im new to Json and i got a KeyNotFound Error if I try to get the json string. It works with other jsonfiles, so I guess the code is fine. This is the not working Json File:
{
"enchantments":
[
{
"normal":
[
{
"id":"1",
"name":"Test Enchatment",
"description":"Just a test enchatment"
},
{
"id":"2",
"name":"Test Enchatment2",
"description":"Just a test enchatment2"
}
],
"rare":
[
{
"id":"1",
"name":"Rare Enchatment",
"description":"Just a test enchatment"
},
{
"id":"2",
"name":"Rare Enchatment2",
"description":"Just a test enchatment2"
}
],
"epic":
[
{
"id":"1",
"name":"Test Enchatment",
"description":"Just a test enchatment"
},
{
"id":"2",
"name":"Test Enchatment2",
"description":"Just a test enchatment2"
}
],
"legendary":
[
{
"id":"1",
"name":"legendary Enchatment",
"description":"Just a test enchatment"
},
{
"id":"2",
"name":"Test Enchatment2",
"description":"Just a test enchatment2"
}
]
]
}