Hello Stack Overflow,
This is my first post and I have a problem I need to parse this text and turn it into an array (its from a database).
"TableToKeyValues"
{
"inventory"
{
"slot2"
{
"amount" "10"
"item" "wood_plank"
}
"slot1"
{
"amount" "10"
"item" "metal"
}
"slot3"
{
"amount" "10"
"item" "plastic"
}
}
}
Thanks rtm516.