Skip to content

Instantly share code, notes, and snippets.

View IgorTimofeev's full-sized avatar
🤔
.!.

IgorTimofeev

🤔
.!.
View GitHub Profile
local filesystem = require("filesystem")
local serialization = {}
------------------------------------------------- Private methods -----------------------------------------------------------------
local function doSerialize(array, text, prettyLook, indentationSymbol, oldIndentationSymbol, equalsSymbol)
text = {"{"}
table.insert(text, (prettyLook and "\n" or nil))