1 2 3 4 5 6 7 8 9 10 11 12 13 14
function Default() return { value = 1, another_value = 2, second_level = { value = 3, another_value = 4, third_level = { value = 5, another_value = 6, }, }, } end