Registry / serialization / hjson-hjson-go

hjson-hjson-go

JSON →
library3.3.0+incompatiblegogounverified

Hjson is a user interface for JSON, allowing comments and relaxed syntax for configuration files.

go get github.com/hjson/hjson-go
INSTALL
IMPORT
SIG · HJSON-HJSON-GO
H
hjson-hjson-go
serializationgov3.3.0+incompatible
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.

hjson
github.com/hjson/hjson-go

Unmarshal Hjson data into a Go interface

package main import ( "fmt" "github.com/hjson/hjson-go" ) func main() { data := []byte(`{ name: John age: 30 }`) var v interface{} err := hjson.Unmarshal(data, &v) if err != nil { panic(err) } fmt.Println(v) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
24
Resources
hjson-hjson-go — go get hjson-hjson-go · libregistry