Registry / serialization / ilibs-json5

ilibs-json5

JSON →
library1.0.1gogounverified

Package json5 implements decoding of JSON5 values.

go get github.com/ilibs/json5
INSTALL
IMPORT
SIG · ILIBS-JSON5
I
ilibs-json5
serializationgov1.0.1
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.

json5
github.com/ilibs/json5

Unmarshal JSON5 data

package main import ( "github.com/ilibs/json5" ) func main() { var data interface{} err := json5.Unmarshal([]byte(`{key: "value"}`), &data) if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ilibs-json5 — go get ilibs-json5 · libregistry