fiatjaf / gluajson

a simple JSON encoder/decoder for gopher-lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gluajson GoDoc

gluajson is a simple JSON encoder/decoder for gopher-lua.

This is a fork of https://layeh.com/gopher-json/ that makes an empty Lua table ({}) translate to an empty object ({}) and not an empty array ([]).

License

Public domain

About

a simple JSON encoder/decoder for gopher-lua

License:The Unlicense


Languages

Language:Go 100.0%