Skip to content

lduboeuf/lit-lua-cjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lit-lua-cjson

lit wrapper for Mark Pulford's lua-cjson library http://www.kyne.com.au/~mark/software/lua-cjson.php

tested successfully on Linux-x64 TODO - build for MacosX and Windows #install lit install lduboeuf/cjson

#usage

Translate Lua value to/from JSON

local cjson = require('cjson')
text = cjson.encode(value)
value = cjson.decode(text)

see manual.txt from Mark Pulford's lua-cjson repository

#Licence Lua CJSON is covered by the MIT license

About

lit wrapper for Mark Pulford's lua-cjson library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages