Versions in this module Expand all Collapse all v0 v0.0.2 Aug 11, 2024 v0.0.1 Aug 11, 2024 Changes in this version + func CheckJSONDecoder(L *lua.LState, n int) *json.Decoder + func CheckJSONEncoder(L *lua.LState, n int) *json.Encoder + func Decode(L *lua.LState) int + func Encode(L *lua.LState) int + func LVJSONDecoder(L *lua.LState, decoder *json.Decoder) lua.LValue + func LVJSONEncoder(L *lua.LState, encoder *json.Encoder) lua.LValue + func Loader(L *lua.LState) int + func Preload(L *lua.LState) + func TableIsObject(L *lua.LState) int + func ValueDecode(L *lua.LState, data []byte) (lua.LValue, error) + func ValueEncode(value lua.LValue) ([]byte, error)