Skip to content

Data Serialising/Deserialising

The process of translating data structures, such as a table, into a format that can be stored or transmitted, such as strings.

Using lljson.slencode and lljson.sldecode as recommended way to store complex data into strings in general — Nexii

How to do string/utf8 parsing with ll.ParseString2List, ll.DumpList2String and string/utf8 libraries etc. This could become a complex section — Nexii