Comment on Can anyone tell me what format this uh.. nested dictionary is?

<- View Parent
vrighter@discuss.tchncs.de ⁨11⁩ ⁨months⁩ ago

the code is constructing a table, and passing it to a function called item. But if all you need is the data, you can just remove the function call and assign the table to a variable like so: local myvar = {…}.

then you can just manipulate the table as usual.

source
Sort:hotnewtop