Registry / serialization / gopher-json

gopher-json

JSON →
library0.0.0-20201124131017-552bb3c4c3bfgogounverified

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

go get layeh.com/gopher-json
INSTALL
IMPORT
SIG · GOPHER-JSON
G
gopher-json
serializationgov0.0.0-20201124131017-552bb3c4c3bf
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

json
layeh.com/gopher-json

Load JSON module into gopher-lua

package main import ( "fmt" "layeh.com/gopher-json" "github.com/yuin/gopher-lua" ) func main() { L := lua.NewState() defer L.Close() json.Preload(L) fmt.Println("JSON module loaded") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20201124131017-552bb3c4c3bflatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
Bingbot
5
Resources
gopher-json — go get gopher-json · libregistry