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

flubba86@lemmy.world ⁨6⁩ ⁨months⁩ ago

It’s not really a standalone file format, it’s executable Lua code.

It returns a new item with the given table contents.

That format with the keys in square brackets is the “long-form” method of creating a new table, that’s allows the use of spaces and dashes in the key name.

stackoverflow.com/…/what-is-the-function-of-squar…

Maybe this is the lua-equivelent of a python Pickle file?

source
Sort:hotnewtop