Registry / serialization / jsonc
library1.0.0gogounverified

A Go library for parsing JSON with comments (JSONC).

go get muzzammil.xyz/jsonc
INSTALL
IMPORT
SIG · JSONC
J
jsonc
serializationgov1.0.0
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.

jsonc
muzzammil.xyz/jsonc

Unmarshal JSONC data into a Go value.

package main import "muzzammil.xyz/jsonc" func main() { data := []byte("{/* comment */}") var result interface{} err := jsonc.Unmarshal(data, &result) if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
jsonc — go get jsonc · libregistry