I wanted to use the two functions in the Title for quicky exporting/importing User saved Strings, but well it doesnt work!
So when I use table_to_json onto this table
Code: Select all
local Types =
{
["01"] = "item",
["02"] = "entity",
["03"] = "technology",
["04"] = "recipe",
["05"] = "item-group",
["06"] = "fluid",
["07"] = "tile",
["08"] = "signal",
["09"] = "achievement"
}
Code: Select all
["item","entity","technology","recipe","item-group","fluid","tile","signal","achievement"]
And even putting it inside a String or Table doesnt work!
And even the inside Names ["01"], ["02"], ... are not put into the json.
Greetz,
Luzifer