local mainNode = { [0] = { Name = "First element", Comments = "I have comments!", Data = { {123, 456}; foo = { "bar" } } }, [1337] = { Name = "Another element", Data = { {0}; foo = nil } } }