Alexander Gladysh

Россия, город Москва
 

Managed Projects

luabins

  Analyzed 3 months ago

luabins — Lua Binary Serialization Library Allows to save tuples of primitive Lua types into binary chunks and to load saved data back. Luabins works with * nil * boolean * number * string * table (see below) Luabins refuses to save * function * thread ... [More] * userdata Luabins intentionally does not save or check any meta-information (versions, endianness etc.) along with data. If needed, it is to be handled elsewhere. Table serialization 1. Metatatables are ignored. 2. Table nesting depth should be no more than LUABINS_MAXTABLENESTING. 3. On table save references are not honored. Each encountered reference becomes independent object on load. [Less]

2.93K lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This

lua2json

  Analyzed 3 months ago

A command-line tool to convert Lua to JSON

210 lines of code

0 current contributors

almost 14 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This