Registry / serialization / alicebob-gopher-json

alicebob-gopher-json

JSON →
library0.0.0-20230218143504-906a9b012302gogounverified

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

go get github.com/alicebob/gopher-json
INSTALL
IMPORT
SIG · ALICEBOB-GOPHER-JS
A
alicebob-gopher-json
serializationgov0.0.0-20230218143504-906a9b012302
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
✓ github.com/alicebob/gopher-json

Load the JSON module into a gopher-lua state.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20230218143504-906a9b012302latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
40
OpenAI (training)
1
Resources
alicebob-gopher-json — go get alicebob-gopher-json · libregistry