Categorygithub.com/inbucket/gopher-json
modulepackage
0.2.0
Repository: https://github.com/inbucket/gopher-json.git
Documentation: pkg.go.dev

# README

Go Reference

gopher-json

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

This is a fork of:

License

Public domain

# Functions

Decode converts the JSON encoded data to Lua values.
DecodeValue converts the value to a Lua value.
Encode returns the JSON encoding of value.
Loader is the module loader function.